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