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