ValidatorHelper.IsIDCard15 Method

HD.Common

ValidatorHelperIsIDCard15 Method Helper帮助文档

[Missing <summary> documentation for "M:HD.Common.ValidatorHelper.IsIDCard15(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 IsIDCard15(
	string Id
)
Public Shared Function IsIDCard15 ( 
	Id As String
) As Boolean
public:
static bool IsIDCard15(
	String^ Id
)
static member IsIDCard15 : 
        Id : string -> bool 

Parameters

Id
Type: SystemString

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

Return Value

Type: Boolean

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

See Also

Reference