For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Syntax

ToBase32(text)

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

Parameters

Name
Type
Required
Description

text

text

☑️

a text

Last updated

Was this helpful?