IntegerString
[n]IntegerString
[n, b]IntegerString
[n, b, length] For bases > 10, alphabetic characters a, b, ... are used to represent digits 11, 12, ... . Note
that base must be an integer in the range from 2 to 36.
IntegerString[12345]
IntegerString[-500]
IntegerString[12345, 10, 8]
IntegerString[12345, 10, 3]
IntegerString[11, 2]
IntegerString[123, 8]
IntegerString[32767, 16]
IntegerString[98765, 20]