How can I convert a number to a base-24 string? And how can I convert this string back to a number?
e.g.: 25 in base-10 is 11 in base-24, 2B in base-24 is 48+11 = 59 in base-10
How can I convert a number to a base-24 string? And how can I convert this string back to a number?
e.g.: 25 in base-10 is 11 in base-24, 2B in base-24 is 48+11 = 59 in base-10
Copyright © 2021 Jogjafile Inc.
This code is working fine both decimal to hex and hex to decimal