Validator Methods

HttpServer.dll

The Validator type exposes the following members.

Methods

  NameDescription
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).
CharOverloaded.
Contains
Checks wether a string contains a specific character.
DigitsOverloaded.
Email
validates email address using a regexp.
Equals
Determines whether the specified Object is equal to the current Object.
(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.)
FormatOverloaded.
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.
LettersOverloaded.
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
Returns a String that represents the current Object.
(Inherited from Object.)

See Also