Returns a string representation of this query, using the given character encoding.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

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

Parameters

encoding
Type: System..::..String
The URL encoding (for example, "latin-1" or "unicode").

Return Value

A URL query string representation.

Remarks

The output format is of URL query string format. The same format as the input to the one argument constructor.

See Also