Method | Description | |
---|---|---|
IsValidEmail ( string email ) : bool |
method for determining is the user provided a valid email address We use regular expressions in this check, as it is a more thorough way of checking the address provided http://www.dreamincode.net/code/snippet1374.htm |
public static IsValidEmail ( string email ) : bool | ||
string | email address to validate | |
return | bool |