Function toBinary( value )

Description:
Converts the integer argument to a binary string consisting only of 1s and 0s.
Parameters:
value (long integer)
integer value
Return Value (String):
binary representation of value
Examples:
Signature:
String toBinary(long)