ToString Method (String)

HttpServer.dll

Outputs the string in a formatted manner

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

Syntax

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

Parameters

prefix
Type: System..::.String
A prefix to append, used internally

Return Value

[Missing <returns> documentation for M:HttpServer.HttpInputItem.ToString(System.String)]

See Also