Appearance
string Math.IntToBin(number)
Converts a number to a binary string.
number - The number to convert.
number
string - The binary string.
string