Hi All,
How do I convert bytes back into integers. For eg, if I have this byte array
private static final byte [] mybytes = {
(byte) 0x63,
(byte) 0x35,
(byte) 0x97 };
How can I retreive the whole value , not the converted value so I can get back
633557 as an integer or maybe a String