按照格式yyyy-MM-dd解析字符串并转换为日期。
如果转换失败则返回NullDate。
Namespace: Appkit.CommonAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static DateTime ParseDate(
string value
)
Parameters
- value
- Type: SystemString
字符串。
Return Value
Type:
DateTime日期值,如果转换失败则为NullDate。
See Also