STRDECODE†
Format†
STRDECODE( string [ , code ] [ , type ] )
Function†
Arguments†
- string
- The string to be converted.
- code
- Specifies the character code ID of the character code for conversion (optional). If omitted, it is set to 0.
- type
- Specifies the decoding format (optional). url for URL encoding, base64 for Base64 encoding. If omitted, url is used.
Return value†
- If successful, the converted string
- If unsuccessful, 0
Related†
Version†
- TC521-1
- Function renamed in TC532-1. The original name was GETSTRURLDECODE
Example†
- No example yet.
- Someone please provide one!