







![]() ![]() |
C# Webserver |
FormValidator..::.Email Method (String, Boolean) |
FormValidator Class See Also Send Feedback |
validates email address using a regexp.
Namespace:
HttpServer.Helpers
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public string Email( string name, bool required ) |
Visual Basic (Declaration) |
---|
Public Function Email ( _ name As String, _ required As Boolean _ ) As String |
Visual C++ |
---|
public: String^ Email( String^ name, bool required ) |
Parameters
- name
- Type: System..::.String
field name
- required
- Type: System..::.Boolean
field is required (may not be null or empty).