IsEmailAddress
Returns a true or false result indicating whether the string value passed in contains a valid email address. This function uses the same email validation logic as the rest of the application.
IsEmailAddress(1)
Ordinal | Type | Description | |
---|---|---|---|
1 | string | Required | Email address to validate |
If the email address joe@example.com is valid, then the function listed below will return a 'true' value. Otherwise, the function below returns a 'false' value.