String Method (String)

HttpServer.dll

Validate a string parameter in the form

Namespace:  HttpServer.Helpers
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string String(
	string name
)
Visual Basic (Declaration)
Public Function String ( _
	name As String _
) As String
Visual C++
public:
String^ String(
	String^ name
)

Parameters

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

Return Value

vaue if found; otherwise string.Empty

See Also