LongExtensions.ToBinaryString
Extension Method in LongExtensions
Declaration
public static string ToBinaryString(this long n)
Description
Converts the number to a string of binary digits.
Parameters
n | The number to convert. |
Returns
string | The binary representation of the number. |