Takes an encoded string and returns the original string value.
Namespace:
Endeca.Web.Url.Seo.UtilityAssembly: Endeca.Web.Url.Seo (in Endeca.Web.Url.Seo.dll) Version: 2.1.1.0 (2.1.1.0)
Syntax
| C# |
|---|
string Decode( string encodedValue ) |
| Visual Basic (Declaration) |
|---|
Function Decode ( _ encodedValue As String _ ) As String |
| Visual C++ |
|---|
String^ Decode( String^ encodedValue ) |
Parameters
- encodedValue
- Type: System..::.String
String to decode.