ni好
我想
You can use method in Integer class.
See integer class in API
--method in integer --
static String toBinaryString(int
i)
Creates a string representation of the integer argument as an unsigned integer in base 2.
static String toHexString(int i)
Creates a string representation of the integer argument as an unsigned integer in base 16.
static String toOctalString(int i)
Creates a string representation of the integer argument as an unsigned integer in base 8.
Creates a string representation of the integer argument as an unsigned integer in base 2.
static String toHexString(int i)
Creates a string representation of the integer argument as an unsigned integer in base 16.
static String toOctalString(int i)
Creates a string representation of the integer argument as an unsigned integer in base 8.
再見
----- Original Message -----From: 흐晦亢綎 減中藺銀?/A>Sent: Friday, June 18, 1999 7:22 AMHi. I am writing a servlet that gets as input hexademical numbers.I would like to ask if it is feasible to transform these hexademical values to demical numbers.Does anybody know how to do that?Thanks,Theo
