Online documentation - Websydian v6.1 |
WSYBASE/StringFunctions.WebServer.URLDecode
WSYBASE/StringFunctions.Server.URLDecode
Field | Variable | ...as | Description |
---|---|---|---|
StringSource | Input | Input | The source string to be URL decoded |
Charset | Input | Input | The character set used to perform the URL decode |
StringTarget | Output | Output | The URL decoded string |
StringTargetLenght | Output | Output | The length of the returned string |
Perform URL decoding of a string based on the supplied character set.