Urlencodes the given string.

Syntax

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

Parameters

Name Data Type Description
value String The input string.

Return Value

Data Type Description
String An encoded string.

Expand image Example

Expand image See Also

SXML