PageValidate.IsDateTime Method

HD.Common

PageValidateIsDateTime 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 str
)
Public Shared Function IsDateTime ( 
	str As String
) As Boolean
public:
static bool IsDateTime(
	String^ str
)
static member IsDateTime : 
        str : string -> bool 

Parameters

str
Type: SystemString

[Missing <param name="str"/> documentation for "M:HD.Common.PageValidate.IsDateTime(System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:HD.Common.PageValidate.IsDateTime(System.String)"]

See Also

Reference