0
votes
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 ...
