C# Number to BitMask32 to Values
See the question and my original answer on StackOverflowThe BitVector32 class is an utility class that can help you out for this, if you really want to keep a bit map.
The BitVector32 class is an utility class that can help you out for this, if you really want to keep a bit map.