Tuesday, January 31, 2012

Bitwise Logic in C#, and HasFlag

Hey, if you're ever using bitwise logic, or you want to know how to use bitwise logic, check out this post:

Bitwise Logic

One of the cool new features is the HasFlag() method in .NET 4.0 that lets you quickly verify if a bit has been flagged or not. The HasFlag is at the bottom of the page. I wish I could write more about this, but NO TIME!! Maybe I'll expand on it later. Ciao!

No comments:

Post a Comment