 | IdentityCardValid 方法 |
Sweet 开发框架
验证身份证是否合法
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static bool Valid(
string card
)
Public Shared Function Valid (
card As String
) As Boolean
static member Valid :
card : string -> bool
参数
- card
- 类型:SystemString
The card.
返回值
类型:
Booleantrue if XXXX,
false otherwise.
参见