I'm not sure if you can do it directly with a char array, but if you move
the data into a byte array, you can use a MemoryStream and BinaryReader to
read the raw data as other data.
If all your data is actually string data, then just move it into a string
and parse the string.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.