0
kicks
Check if a String is Numeric with TryParse
When validating user input or information from integrated systems, it is often necessary to check if a provided string value is numeric. Testing both integer and floating point values is made simple is .NET 2.0 with the advent of the TryParse method.