I want to convert ASCII hex number to decimal conversion.
For Example :
1: F01A is converted into Decimal: 61466
2: FFFC64F0 is converted into Decimal: 4294730992
What is the best way to create a smaller function for the above like conversion.
Pls.send me the complete function
For Example :
1: F01A is converted into Decimal: 61466
2: FFFC64F0 is converted into Decimal: 4294730992
What is the best way to create a smaller function for the above like conversion.
Pls.send me the complete function
Comment