ConversionCanConvertToDateTime Method

Return a value indicating whether the value can be converted to a DateTime Type.

Definition

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

Parameters

value  Object
The Value to Inspect.

Return Value

Boolean
Value indicating whether or not the Conversion is possible.

See Also