Last updated 2 years ago
Was this helpful?
The ToBase32() function encodes text to encoded text.
ToBase32()
This function is NOT SQL compatible. For more information about SQL compatibility, see our .
Encoding is carried out using the UTF8 charset.
Returns a base32 encoded text.
If the parameter is not a valid text, unknown is returned.
ToBase32(
text
)
ToBase32("Hello WEM!") => "JBSWY3DPEBLUKTJB"
ToBase32("Hello WEM!")
a text