StringHelper
.
.
::
.
.
IsValidEmail Method
Determines whether [is valid email address].
Namespace:
Core
Assembly:
Core
(in Core.dll)
Syntax
C#
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
.
See Also
StringHelper Class
Core Namespace