Method IsEmailString
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
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.