I have the following code :
string num = "4D"; // means 77 in dec
Is there away to extract that number as it is and put it in a new variable? I need to get the decimal equivalent of this hex number
I have the following code :
string num = "4D"; // means 77 in dec
Is there away to extract that number as it is and put it in a new variable? I need to get the decimal equivalent of this hex number