ValidateHelper Class |
Namespace: Adf
The ValidateHelper type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | HasChinese |
是否包含中文
|
![]() ![]() | HasEmail |
是否包含邮箱
|
![]() ![]() | HasIP |
是否含 有Ipv4 或 IPv6 IP
|
![]() ![]() | HasIPv4 |
是否含 有Ipv4 IP
|
![]() ![]() | HasIPv6 |
是否含 有Ipv6 IP
|
![]() ![]() | IsChinese |
是否为中文
|
![]() ![]() | IsDateTime |
是否为时间
|
![]() ![]() | IsDBNull |
判断对象是否为数据空对象
|
![]() ![]() | IsEmail |
是否为邮箱
|
![]() ![]() | IsInt32 |
是否为Int32字符
|
![]() ![]() | IsInt64 |
是否为Int64字符
|
![]() ![]() | IsIP |
是否为IPV4 或 IPv6 IP
|
![]() ![]() | IsIPv4 |
是否为IPV4 IP
|
![]() ![]() | IsIPv6 |
是否为IPV6 IP
|
![]() ![]() | IsMobileOfChina |
是否为中国手机号
|
![]() ![]() | IsNormal |
验证是不是否为常规字符 字母,数字,下划线的组合
|
![]() ![]() | IsNull |
判断对象是否为空
|
![]() ![]() | IsNullOrDBNull |
判断是否为数据空对象或空对象
|
![]() ![]() | IsNumber |
是否为非负纯数字
|
![]() ![]() | IsNumberOrFloat |
是否为整数或浮点数
|
![]() ![]() | IsPhoneOfChina |
是不是中国电话,格式010-88888888
|
![]() ![]() | IsPostcodeOfChina |
是否为中国邮政编码 6个数字
|