toHex(number, length)

  • Type: Method
  • File:
  • Implemented in: dhx.math
  • Included in:

converts decimal numbers to hexadecimal.

Parameters

  • number - the number you wish to convert to hexadecimal format.
    • integer
  • length - the maximum length of the output string.
    • integer

Returns

method doesn't return any data