Bedrock System Class Reference

RegexLibrary.IsEmailAddress Method 

[This is preliminary documentation and subject to change.]

Tests an email string with the EMAIL_VALID_REGX regular expression.

public static bool IsEmailAddress(
   string email
);

Parameters

email

Return Value

See Also

RegexLibrary Class | WolfeReiter Namespace