Hi Guru,
If I have string like "0D76" for example, it is actually a 0x0D76 in hex
format.
How can I convert the hex string 0D76 into decimal value ? So that I will
get decimal value 3446
Thanks.
If I have string like "0D76" for example, it is actually a 0x0D76 in hex
format.
How can I convert the hex string 0D76 into decimal value ? So that I will
get decimal value 3446
Thanks.
Comment