Concat Byte Arrays in C Sharp
Posted by Tihomir Ivanov on 23 April 2009 10:21
Rating: 1.00
In my work I had to concatenate two byte arrays but,
unfortunately, it seems that there's no elegant way to do
concat of two byte arrays in "C#" :(
I'd offer you a suggestion for doing it,
just copy-paste this simpe function in your project:
http://stackoverflow.com/questions/415291/best-way-to-combine-2-or-more-byte-arrays-in-c
|