LettersOrDigits Method (String)

HttpServer.dll

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
)
Visual Basic (Declaration)
Public Function LettersOrDigits ( _
	name As String _
) As String
Visual C++
public:
String^ LettersOrDigits(
	String^ name
)

Parameters

name
Type: System..::.String
Form parameter name.

Return Value

vaue if found; otherwise string.Empty

See Also