Method | Description | |
---|---|---|
IsValidEmailAddress ( string email ) : bool |
Validates an email address
|
|
IsValidUUID ( string potential ) : bool |
Determines if a string is a valid UUID.
|
public static IsValidEmailAddress ( string email ) : bool | ||
string | The email to validate | |
return | bool |
public static IsValidUUID ( string potential ) : bool | ||
potential | string | The string to test |
return | bool |