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