Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 278 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 278 Bytes

ByteArray

Bitwise Manipulation on Byte Arrays

As there seems to be really no built in way to bitwise-or an byte array in C#5 i need to create a solution on my own.

Should be able to And, Or, Xor a byte array. Convert between Little Endianess and Big Endianess as Specified.