Method IsEmailString
IsEmailString(string)
Indicates whether given text is e-mail address.
public static bool IsEmailString(string text)
Parameters
text
stringSpecifies string to check.
Returns
- bool
True if given text is e-mail address; otherwise false.