bits
C#
2
Posts
2
Posters
0
Views
1
Watching
-
is there a class made for dealing with bit stuff like setting bits removing bits and pre defined bit values?
Read about the
BitVector32
structure in the .NET Framework SDK. You can also use theBitArray
, but the former structure is more efficient. This posting is provided "AS IS" with no warranties, and confers no rights. Software Design Engineer Developer Division Sustained Engineering Microsoft [My Articles] [My Blog]