SoftBasicByteToBoolArray 方法 |
名称 | 说明 | |
---|---|---|
ByteToBoolArray(Byte) |
从Byte数组中提取所有的位数组 Extracts a bit array from a byte array, length represents the number of digits | |
ByteToBoolArray(Byte, Int32) |
从Byte数组中提取位数组,length代表位数,例如数组 03 A1 长度10转为 [1100 0000 10] Extracts a bit array from a byte array, length represents the number of digits | |
ByteToBoolArray(Byte, Int32, Byte) |
从Byte数组中提取位数组,length代表位数,例如数组 01 00 长度10转为 [true,false] |