NumberToBin is available since version 1.0.
Prototype:
string NumberToBin(number)
Description:
Converts a number to a string representing the binary representation. See
BinToNumber for the reverse operation.
Return value:
Returns the binary representation of the number as a string.