Share via


StringExtensions.IsDateTime(String) Method

Definition

Checks whether a string can be converted to the DateTime type.

public static bool IsDateTime (this string value);
static member IsDateTime : string -> bool
<Extension()>
Public Function IsDateTime (value As String) As Boolean

Parameters

value
String

The string value to test.

Returns

true if value can be converted to the specified type; otherwise, false.

Applies to