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

Related

Version

Example