ValidatorHelper.IsIDCard18 Method

HD.Common

ValidatorHelperIsIDCard18 Method Helper帮助文档

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

Parameters

Id
Type: SystemString

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

Return Value

Type: Boolean

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

See Also

Reference