BASE

BASE string of digits representing the number n in base b

Synopsis

BASE(n,b,length)

Arguments

n: integer

b: base (2 ≤ b ≤ 36)

length: minimum length of the resulting string

Description

BASE converts n to its string representation in base b. Leading zeroes will be added to reach the minimum length given by length.

OpenDocument Format (ODF) Compatibility

This function is OpenFormula compatible.

See also

DECIMAL.