ORM Sample Class Library

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
[C#]
public static bool IsNumeric(
   string input
);

Parameters

input
The string to parse

Return Value

whether the string could be parsed

See Also

Validator Class | OrmLib Namespace


ctures like a hash table.