public static string Bits( this uint value )
uint i = 123456789; Console.WriteLine(i.Bits()); // Produces… // 00000111-01011011-11001101-00010101