I am trying to use a StreamReader to read consecutive bytes into a
byte array until a ";" is hit, then store everything read up until
that point into a new byte array.
I have a semicolon-delimited file that I am trying to read and parse
using StreamReader and byte arrays.
Thanks.
byte array until a ";" is hit, then store everything read up until
that point into a new byte array.
I have a semicolon-delimited file that I am trying to read and parse
using StreamReader and byte arrays.
Thanks.
Comment