Converts number to a string in the given base radix, optionally padding with leading zeros to min_length.
Arguments
- number
BIGINT
- radix
INTEGER
- min_length
INTEGER
Overloads
to_base(number = BIGINT, radix = INTEGER)
to_base(number = BIGINT, radix = INTEGER, min_length = INTEGER)