Endeca Presentation API
ToString Method (encoding)
NamespacesEndeca.NavigationUrlENEQueryToString(String)
Returns a string representation of this query, using the given character encoding.
Declaration Syntax
C#Visual BasicVisual C++
public string ToString(
	string encoding
)
Public Function ToString ( _
	encoding As String _
) As String
public:
String^ ToString (
	String^ encoding
)
Parameters
encoding (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.

Assembly: Endeca.Navigation (Module: Endeca.Navigation) Version: 0.0.0.0