Converts a decimal number to a string in the specified base
The decimal number to convert
The base to convert to (2-36)
The representation in the specified base as a string
Error if base is out of range
Converts a decimal number to a string in the specified base