Encodes a string value, usually for use in a URL path.
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 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.