







![]() ![]() |
C# Webserver |
FormValidator..::.LettersOrDigits Method (String, Boolean) |
FormValidator Class See Also Send Feedback |
Validate that a string only contains letters or digits.
Namespace:
HttpServer.Helpers
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public string LettersOrDigits( string name, bool required ) |
Visual Basic (Declaration) |
---|
Public Function LettersOrDigits ( _ name As String, _ required As Boolean _ ) As String |
Visual C++ |
---|
public: String^ LettersOrDigits( String^ name, bool required ) |
Parameters
- name
- Type: System..::.String
Name of form parameter to validate.
- required
- Type: System..::.Boolean
Value is required.