Is there a BitArray alternative for the .NET Micro Framework? I was thinking about simply using a bool[], but how can you convert it back into a byte[] ?
In the full
I uploaded an array for .net microframework:
http://code.tinyclr.com/project/310/bitarray-class/
Hope this helps.