- radix
- base to be used for the string representation.
Documentation for this section has not yet been entered.
Returns a string containing a string representation of this BigInteger with base radix. If radix or radix > Character.MAX_RADIX then a decimal representation is returned. The characters of the string representation are generated with method Character.forDigit.