Validator Methods
From HttpServer.dll
The Validator type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AddDefaultPhrases |
add default language phrases (only english)
| |
| AlphaNumeric |
Check whether the specified value is an integer.
| |
| Boolean |
Checks whether a field contains true (can also be in native language).
| |
| Char | Overloaded. | |
| Contains |
Checks wether a string contains a specific character.
| |
| Digits | Overloaded. | |
validates email address using a regexp.
| ||
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| Format | Overloaded. | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Hex |
Validates a string to be in trimmed hex letters
| |
| Integer |
Check whether the specified value is an integer.
| |
| Letters | Overloaded. | |
| LettersOrDigits |
Validate that a string only contains letters or digits.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Password |
Validate that a string only contains letters or digits or any of the PasswordChars.
| |
| Required |
Check's weather a parameter is null or not.
| |
| SetDefaultMgr |
Set default language.
| |
| String |
Validate a string parameter in the form
| |
| ToString | (Inherited from Object.) |