Returns the character value for the specified digit in the specified radix. If the digit is not valid in the radix, the 0 character is returned. @param digit the digit chosen by the character value @param radix the radix containing the digit
(int digit, int radix)