This function changes a specified integer to its binary form.
Parameter
a - A BigInt value.
Return value
The return value is a String.
Example
The return value of the following statement is 1011.
ToBinary(11)