Converts a decimal number to a binary string
The decimal number to convert
Whether to include prefix: false (no prefix), "lower" (0b), "upper" (0B)
The binary representation as a string
Converts a decimal number to a binary string