Click or drag to resize

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
)

Parameters

Expression
Type: SystemObject
Convertable to String Object

Return Value

Type: Boolean
True or False
See Also