DEC2HEX converts the Decimal number system to the Hexadecimal number system. Syntax of this function is DEC2HEX( number, [places] ) where number is the number in decimal format. [places] is optional, which specifies the number of characters that you want the returned hexadecimal …

Lesson#34: Decimal to Hexadecimal by DEC2HEX function Read more »