Encodes a string value, usually for use in a URL path.

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

Syntax

C#
string Encode(
	string decodedValue
)
Visual Basic (Declaration)
Function Encode ( _
	decodedValue As String _
) As String
Visual C++
String^ Encode(
	String^ decodedValue
)

Parameters

decodedValue
Type: System..::.String
String to encode.

Return Value

Encoded String.

See Also