|
WSYBASE/StringFunctions.WebServer.Base64Decode
WSYBASE/StringFunctions.Server.Base64Decode
| Field | Variable | ...as | Description |
|---|---|---|---|
| StringSource | Input | Input | Field containing the base 64 encoded string to be decoded |
| Charset | Input | Input | Field containing the character set used for decoding (e.g. iso-8859-1) |
| StringTargetLength | Output | Output | The length of the returned string |
| StringTarget | Output | Output | The decoded string returned |
Decode a base64 encoded string.