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

Related

Version

Example