Converts a hexadecimal number to decimal.
Query Parameters:
hex - The hexadecimal number to convert.
hex
Example Request:
/hex-to-dec?hex=ff
Example Response:
{ "hexadecimal": "ff", "decimal": 255 }
Last updated 1 year ago