Urldecodes the given string. (Converts a string that has been encoded for transmission in a URL into a decoded string.)

Syntax

Smartsite SXML CopyCode image Copy Code
string string.urldecode(string value)

Parameters

Name Data Type Description
value String The input string.

Return Value

Data Type Description
String A decoded string.

Expand image Example

Expand image See Also

SXML