Decodes a string which has been encoded using

Namespace:  Endeca.Web.Url.Seo
Assembly:  Endeca.Web.Url.Seo (in Endeca.Web.Url.Seo.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
string DecodeString(
	string stringToDecode
)
Visual Basic (Declaration)
Function DecodeString ( _
	stringToDecode As String _
) As String
Visual C++
String^ DecodeString(
	String^ stringToDecode
)

Parameters

stringToDecode
Type: System..::.String
The string to decode.

Return Value

Decoded string.

See Also