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