| GeneralIsDate Method |
Check if object is Date parseable
Namespace:
Baffa.Utils
Assembly:
CSharpGrid (in CSharpGrid.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax public static bool IsDate(
Object Expression
)
public:
static bool IsDate(
Object^ Expression
)
Parameters
- Expression
- Type: SystemObject
Convertable to String Object
Return Value
Type:
BooleanTrue or False
See Also