Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27513

Byte array union removes 0's???

$
0
0
I have two byte arrays and when I try to union them together the 0's are removed from the second byte array, how do I stop this from happening?

send = Header.Union(buffer).ToArray

'below is psudo code
Header=52,0
buffer=104,0,105,0
send = 52,0,104,105

Thanks,
Kris

Viewing all articles
Browse latest Browse all 27513

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>