public static string Bits( this ulong value )
ulong u = 123456789012345; Console.WriteLine(u.Bits()); // Produces… // 00000000-00000000-01110000-01001000-10000110-00001101-11011111-01111001