Converts number value into a hex string.
Value to convert.
Minimum length of output string. Output will be padded with 0s if less.
Flag to make the resulting hex characters uppercase.
A hex string.
Converts number value into a hex string.