STRENCODE†
Format†
STRENCODE( 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 encoding format (optional): url for URL encoding, form for plus percent coding (a variant of URL encoding where half-width spaces become +), and 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 GETSTRURLENCODE
Example†
- No example yet.
- Someone please provide one!