In other languages you can use things like 0xFF
= 255
. I am working on a decoding project and I would like to be able to quickly convert from hexadecimal to decimal.
I was wondering if there was a very quick way to do this, besides writing a hexadecimal convertor?