|
|
Urldecodes the given string. (Converts a string that has been encoded for transmission in a URL into a decoded string.)
Syntax
| Smartsite SXML |
|
|---|---|
string string.urldecode(string value) |
|
Parameters
| Name | Data Type | Description |
|---|---|---|
| value | String | The input string. |
Return Value
| Data Type | Description |
|---|---|
| String | A decoded string. |