Attention: We are retiring the ASP.NET Community Blogs. Learn more >

[.NET - CSharp] C# Bit Reversal

I just posted a new short article on how to Use C# to Reverse the Bits in a System.Byte There are many ways to accomplish bit reversal, and this one is not the most efficient, but my NUnit tests tell me that it works. If you have a better way, please feel free to comment!

No Comments