Returns a string representation of this query.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (0.0.0.0)

Syntax

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

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