Cloud
encode
Syntax
The syntax of the encode() function is:
ENCODE(data, format)
The encode() function requires two arguments:
-
data: Thebyteavalue to encode. -
format: The encoding format to use. Supported values arehex,base64, andescape.
Examples
Was this helpful?