메소드 | 설명 | |
---|---|---|
Validate ( string email, bool allowTopLevelDomains = false, bool allowInternational = false ) : bool |
Validate the specified email address. Validates the syntax of an email address. If allowTopLevelDomains is If allowInternational is |
메소드 | 설명 | |
---|---|---|
IsAtom ( char c, bool allowInternational ) : bool | ||
IsDomain ( char c, bool allowInternational ) : bool | ||
IsHexDigit ( char c ) : bool | ||
IsLetterOrDigit ( char c ) : bool | ||
SkipAtom ( string text, int &index, bool allowInternational ) : bool | ||
SkipDomain ( string text, int &index, bool allowTopLevelDomains, bool allowInternational ) : bool | ||
SkipIPv4Literal ( string text, int &index ) : bool | ||
SkipIPv6Literal ( string text, int &index ) : bool | ||
SkipQuoted ( string text, int &index, bool allowInternational ) : bool | ||
SkipSubDomain ( string text, int &index, bool allowInternational ) : bool | ||
SkipWord ( string text, int &index, bool allowInternational ) : bool |
public static Validate ( string email, bool allowTopLevelDomains = false, bool allowInternational = false ) : bool | ||
string | An email address. | |
allowTopLevelDomains | bool | |
allowInternational | bool | |
리턴 | bool |