toRadixString method

Converts this to a string representation in the given radix.

String toRadixString(
int radix
)

Converts this to a string representation in the given radix.

In the string representation, lower-case letters are used for digits above '9'.

The radix argument must be an integer in the range 2 to 36.