Bridge

Validation..::..Email Method

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

Syntax


public static bool Email(
	string value
)
Public Shared Function Email ( _
	value As String _
) As Boolean
public:
static bool^ Email(
	String^ value
)

Parameters

value
Type: System..::..String