StringHelper..::..IsValidEmail Method

Determines whether [is valid email address].

Namespace:  Core
Assembly:  Core (in Core.dll)

Syntax


public static bool IsValidEmail(
	string value
)

Parameters

value
Type: String
The value.

Return Value

true if [is valid email address] [the specified value]; otherwise, false.