The number to convert to hexadecimal.
Optional
len: numberOptional. The minimum length of the resulting string. If specified and the hexadecimal string is shorter, it will be left-padded with zeros.
The hexadecimal string representation of the input number, padded with zeros to the specified length if provided.
Converts a number to its hexadecimal string representation.