I am getting a number format exception when trying to do it
int temp = Integer.parseInt(\"C050005C\",16);
if I reduce one of the digits in
C050005C is 3226468444 decimal, which is more than Integer.MAX_VALUE. It won't fit in int.
int