blah blah blah is here! blah blah » Close

0
votes
1 answers

Memory Stream keeps adding a space after each character...

The downloaded text file always ends up doing this... "a s d f a"... I need "asdfa"... Any thoughts? [code] MemoryStream WriteToStream() { int count; byte[] byteArr ...

Feedback