ConversionIsDate Method

Determine whether or not the caller supplied value has a date constitution.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static bool IsDate(
	Object value
)

Parameters

value  Object
The value to convert to a date value.

Return Value

Boolean
True if the value can be converted to a date value. False otherwise.

See Also