GeneralFunctions.IsNumeric(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the given input value is numeric.
public:
static bool IsNumeric(System::String ^ input);
public static bool IsNumeric (string input);
static member IsNumeric : string -> bool
Public Shared Function IsNumeric (input As String) As Boolean
Parameters
- input
- String
Specifies the input value.
Returns
True
if it is numeric, otherwise false
.