RegularExpressionHelperIsEmail Method |
检测字符是否为Email地址
Namespace: X3Platform.UtilAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic static bool IsEmail(
string text
)
public:
static bool IsEmail(
String^ text
)
Parameters
- text
- Type: SystemString
Email地址信息.
Return Value
Type:
Booleantrue | false
See Also