Returns the binary string representation of a number.
Syntax
toBinaryString( number )
number.toBinaryString( )
Parameters
number
|
the number to convert.
|
Returns
string
|
the binary string representation of the specified number.
|
Example
s = toBinaryValue( 10 )
|