ValidatorHelperIsDateTime Method | Helper帮助文档 |
验证日期
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
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
[Missing <param name="source"/> documentation for "M:HD.Common.ValidatorHelper.IsDateTime(System.String)"]
Return Value
Type: Boolean[Missing <returns> documentation for "M:HD.Common.ValidatorHelper.IsDateTime(System.String)"]
See Also