







|
| C# Webserver |
| FormValidator..::.AlphaNumeric Method (String) |
| FormValidator Class See Also Send Feedback |
Check whether the specified value is an integer.
Namespace:
HttpServer.Helpers
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public string AlphaNumeric( string name ) |
| Visual Basic (Declaration) |
|---|
Public Function AlphaNumeric ( _ name As String _ ) As String |
| Visual C++ |
|---|
public: String^ AlphaNumeric( String^ name ) |
Parameters
- name
- Type: System..::.String
Name of the parameter
