ValidatorHelper.IsIDCard Method

HD.Common

ValidatorHelperIsIDCard 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 IsIDCard(
	string Id
)
Public Shared Function IsIDCard ( 
	Id As String
) As Boolean
public:
static bool IsIDCard(
	String^ Id
)
static member IsIDCard : 
        Id : string -> bool 

Parameters

Id
Type: SystemString

[Missing <param name="Id"/> documentation for "M:HD.Common.ValidatorHelper.IsIDCard(System.String)"]

Return Value

Type: Boolean

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

See Also

Reference