
The Function Block DEC2HEX converts a decimal value to a hexadecimal value.
The input expects a string or a number. The value must be a decimal value. For example, "255". Leading zeros are irrelevant.
The output returns the hexadecimal number as an integer without leading zeros.