Skip to main content

DEC2HEX

Converts a decimal number to hexadecimal.

CategoryEngineering
SyntaxDEC2HEX(number, [places])

Parameters

ParameterRequiredDescription
numberRequiredThe decimal integer to convert (must be between -549,755,813,888 and 549,755,813,887).
placesOptionalThe number of characters to use. Pads with leading zeros if necessary.

Example

DEC2HEX(number, places)

Auto-generated from the EngCanvas function registry.