Last updated 2 years ago
Was this helpful?
The Base32ToText() function decodes a encoded string to a text value. Decoding is carried out using the UTF8 charset.
Base32ToText()
This function is NOT SQL compatible. For more information about SQL compatibility, see our .
Returns a base32 decoded text. Returns [no value]if one of the parameter values is unknown or not base32 encoded.
[no value]
Base32ToText(
text
)
Base32ToText("JBSWY3DPEBLUKTJB")
Base32ToText("
")
Returns Hello WEM!
Base64ToText([simple text not base32])
Returns [no value]
a base32 encoded text