







Check whether the specified value is an character.
Namespace:
HttpServer.Helpers
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public char Char( string name, string value ) |
| Visual Basic (Declaration) |
|---|
Public Function Char ( _ name As String, _ value As String _ ) As Char |
| Visual C++ |
|---|
public: wchar_t Char( String^ name, String^ value ) |
Parameters
- name
- Type: System..::.String
Name of the parameter
- value
- Type: System..::.String
Parameter value to validate
