Click or drag to resize

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)
Syntax
public static bool IsValidEmailAddress(
	string val
)

Parameters

val
Type: SystemString
The email address to validate.

Return Value

Type: Boolean
True if the email address was determined to be valid, else false.
See Also