Math.decToHex
Math.decToHex($number) -> string
Description
Convert $number
to a hexidecimal string.
Math.decToHex(241) //= 'F1' Math.decToHex(16711680) //= 'FF0000'
Convert $number
to a hexidecimal string.
Math.decToHex(241) //= 'F1' Math.decToHex(16711680) //= 'FF0000'