Validator.IsNumeric Method
Checks if the string can be parsed into a double
[Visual Basic]Public Shared Function IsNumeric( _
ByVal
input As
String _
) As
Boolean Parameters
- input
- The string to parse
Return Value
whether the string could be parsed
See Also
Validator Class | OrmLib Namespace