ValidationUtilsIsValidEmailAddress Method |
Validates that the provided value is a valid email address. NOT YET FULLY IMPLEMENTED.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntaxpublic static bool IsValidEmailAddress(
string val
)
Public Shared Function IsValidEmailAddress (
val As String
) As Boolean
Parameters
- val
- Type: SystemString
The email address to validate.
Return Value
Type:
BooleanTrue if the email address was determined to be valid, else false.
See Also