Click or drag to resize
RegularExpressionHelperIsEmail Method
检测字符是否为Email地址

Namespace: X3Platform.Util
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static bool IsEmail(
	string text
)

Parameters

text
Type: SystemString
Email地址信息.

Return Value

Type: Boolean
true | false
See Also