Java Convert integer to hex integer

The easiest way is to use Integer.toHexString(int)

Leave a Comment