Online documentation - Websydian v6.1 |
WSYBASE/StringFunctions.WebServer.Base64Encode
WSYBASE/StringFunctions.Server.Base64Encode
Field | Variable | ...as | Description |
---|---|---|---|
StringSource | Input | Input | Field containing the string to be base 64 encoded. |
Charset | Input | Input | Field containing the character set of the string to be encoded. (e.g. iso-8859-1) |
StringTargetLength | Output | Output | The length of the returned base 64 encoded string |
StringTarget | Output | Output | The encoded string returned |
Base64 encode a string.