Beispiel #1
0
 public static string GetBinaryString(int value)
 {
     return(Bits.Of(value).ToBinaryString());
 }