ToBase32

The ToBase32() function encodes text to base32 encoded text.

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

Encoding is carried out using the UTF8 charset.

Returns a base32 encoded text.

If the parameter is not a valid text, unknown is returned.

Syntax

ToBase32(text)

ToBase32("Hello WEM!") => "JBSWY3DPEBLUKTJB"

Parameters

NameTypeRequiredDescription

text

text

a text

Last updated