BitArray alternative for the .NET Micro Framework

前端 未结 3 1224
时光取名叫无心
时光取名叫无心 2021-01-14 06:44

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

3条回答
  •  梦毁少年i
    2021-01-14 07:17

    You can find a BitArray Implementation in the 802.15.4 Stack. Just search the Porting Kit for BitArray.cs

提交回复
热议问题