Last updated 2 years ago
Was this helpful?
The Base64ToText() function decodes a encoded string to a text value. Decoding is carried out using the UTF8 charset.
Base64ToText()
This function is NOT SQL compatible. For more information about SQL compatibility, see our .
Returns a base64 decoded text Returns Invalid expressionif one of the parameter values is unknown.
Invalid expression
Base64ToText(
text
)
Base64ToText("SGVsbG8gd29ybGQ=") => "Hello world"
Base64ToText("SGVsbG8gd29ybGQ=")
Base64ToText([simple tekst not base64]) => Invalid expression
Base64ToText([simple tekst not base64])
a base64 encoded text