Base32ToText

circle-info

The Base32ToText() function decodes a base32arrow-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-rightBase32ToText(text)hashtag

Base32ToText("JBSWY3DPEBLUKTJB")

Returns Hello WEM!

Base64ToText([simple text not base32])

Returns [no value]

Parameters

Name
Type
Required
Description

text

text

☑️

a base32 encoded text

Last updated

Was this helpful?