Base64ToText

circle-info

The Base64ToText() function decodes a base64arrow-up-right encoded string to a text value. Decoding is carried out using the UTF8 charset.

This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.

circle-check

Syntax

chevron-rightBase64ToText(text)hashtag

Base64ToText("SGVsbG8gd29ybGQ=") => "Hello world"

Base64ToText([simple tekst not base64]) => Invalid expression

Parameters

Name
Type
Required
Description

text

text

☑️

a base64 encoded text

Last updated

Was this helpful?