IntegerString
The string representation of n in the given base (default 10).
Wolfram Language
IntegerString!IntegerString(n)string form of IntegerString(n, base)string form of Details
- Bases above 10 use letters a-z for digit values beyond 9, up to base 36.
- compute-engine keeps a leading minus sign for negative n
- compute-engine only supports the 2-argument form.
- compute-engine's second argument is always a numeric base.
Examples
See also: IntegerDigits