Abstract
Learn more about the Cortex Query Language convert_to_base_64 function.
Syntax
convert_to_base_64("<base64-decoded input>")
Description
The convert_to_base_64()
function converts the base64-decoded input to the encoded string format.
Example
Returns the encoded string format dGVzdA==
from the base64-decoded input "test"
.
convert_to_base_64("test")