Cloud
decode
Syntax
The syntax of the decode() function is:
DECODE(string, format)
The decode() function requires two arguments:
-
string: The text value to decode. -
format: The format thatstringis encoded in. Supported values arehex,base64, andescape.
Examples
Was this helpful?