ValidateHelperIsEmail Method |
是否为邮箱
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static bool IsEmail(
string source
)
Public Shared Function IsEmail (
source As String
) As Boolean
public:
static bool IsEmail(
String^ source
)
static member IsEmail :
source : string -> bool
Parameters
- source
- Type: SystemString
[Missing <param name="source"/> documentation for "M:Adf.ValidateHelper.IsEmail(System.String)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Adf.ValidateHelper.IsEmail(System.String)"]
See Also