Click or drag to resize
AkCommonParseDate Method
按照格式yyyy-MM-dd解析字符串并转换为日期。

如果转换失败则返回NullDate。

Namespace: Appkit.Common
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static DateTime ParseDate(
	string value
)

Parameters

value
Type: SystemString
字符串。

Return Value

Type: DateTime
日期值,如果转换失败则为NullDate。
See Also