DEC2BIN(number,[places])
The DEC2BIN function converts decimal 9 to binary with 4 characters. The output of this function is 1001.
The DEC2BIN function converts decimal -100 to binary. The result of this function is 11001011.
The DEC2BIN function is a useful tool for converting a decimal integer into its binary format. It is a quick and efficient way to convert a decimal number into its binary form.