StringExtensions.IsDateTime(String) 方法

定义

检查字符串是否可以转换为类型 DateTime

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

参数

value
String

要测试的字符串值。

返回

如果 value 可以转换为指定的类型,则为 true;否则为 false。

适用于