NumberToHex is available since version 1.0.
Prototype:
string NumberToHex(number)
Description:
Converts a number to a string representing the hexadecimal representation. See
HexToNumber for the reverse operation.
Return value:
Returns the hexadecimal representation of the number as a string.