ValidateHelperIsDateTime Method |
是否为时间
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static bool IsDateTime(
string source
)
Public Shared Function IsDateTime (
source As String
) As Boolean
public:
static bool IsDateTime(
String^ source
)
static member IsDateTime :
source : string -> bool
Parameters
- source
- Type: SystemString
字符串
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Adf.ValidateHelper.IsDateTime(System.String)"]
See Also