Character.MIN_RADIX

Character.MIN_RADIX

Class Overview | Class Members | This Package | All Packages

Syntax
public static final int MIN_RADIX
Description
The minimum radix available for conversion to and from Strings. The constant value of this field is the smallest value permitted for the radix argument in radix-conversion methods such as the digit method, the forDigit method, and the toString method of class Integer.

See Also
digit, forDigit, toString, valueOf


Send feedback to MSDN.Look here for MSDN Online resources.