Functions
BASE
Convert number to string in given base
When to use it
When should I use BASE?
Use BASE to convert a decimal integer into its string representation in another number base such as binary (base 2) or hexadecimal (base 16).
Used in
Syntax
BASE(value, base, [min_length])