Function Block DEC2BIN

The Function Block DEC2BIN converts a decimal value to a binary value.

Input

The input expects a string or a number. The value must be a decimal value. For example, "61". Leading zeros are irrelevant.

Output

The output returns the binary number as an integer without leading zeros.