See the IEncoder interface

Namespace:  Endeca.Web.Url.Seo.Utility
Assembly:  Endeca.Web.Url.Seo (in Endeca.Web.Url.Seo.dll) Version: 2.1.1.0 (2.1.1.0)

Syntax

C#
public string Decode(
	string value
)
Visual Basic (Declaration)
Public Function Decode ( _
	value As String _
) As String
Visual C++
public:
virtual String^ Decode(
	String^ value
) sealed

Parameters

value
Type: System..::.String
Value to decode.

Return Value

Decoded value.

Implements

IEncoder..::.Decode(String)

See Also