Converts a BitArray to ubyte[].
The input must be a multiple of 8 bytes. There is no bounds check and no padding will be done.
The BitArray to convert to ubyte[]
Converted byte array
toBitArray
See Implementation
Converts a BitArray to ubyte[].
The input must be a multiple of 8 bytes. There is no bounds check and no padding will be done.