DecToHex
Description
Converts a decimal number into a hexadecimal string.
Arguments
number dec
The number to convert.
number zeros = 2
The amount of leading zeros to add to the hexadecimal string.
Returns
string
The decimal value represented as a hexadecimal string.