ValidatorHelperIsDate Method | Helper帮助文档 |
[Missing <summary> documentation for "M:HD.Common.ValidatorHelper.IsDate(System.String)"]
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool IsDate( string str )
Public Shared Function IsDate ( str As String ) As Boolean
public: static bool IsDate( String^ str )
static member IsDate : str : string -> bool
Parameters
- str
- Type: SystemString
[Missing <param name="str"/> documentation for "M:HD.Common.ValidatorHelper.IsDate(System.String)"]
Return Value
Type: Boolean[Missing <returns> documentation for "M:HD.Common.ValidatorHelper.IsDate(System.String)"]
See Also