IntExtensions.ToBinaryString
Extension Method in IntExtensions
Declaration
public static string ToBinaryString(this int 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. |