ORM Sample Class Library

Validator.IsDate Method 

Checks if the string can be parsed into a DateTime value

[Visual Basic]
Public Shared Function IsDate( _
   ByVal date As String _
) As Boolean
[C#]
public static bool IsDate(
   string date
);

Parameters

date
The string to parse

Return Value

whether the string could be parsed

See Also

Validator Class | OrmLib Namespace


ithms and data structures like a hash table.