I am using the streamreader to read lines in a file. The problem is the file has double quotes surrounding things and when the StreamReader opens it, it escapes all those double quotes with \.
My question is how can I get it to not do that, or how can I open the file and delete all the double quotes in the file before it escapes them?
Thanks!
My question is how can I get it to not do that, or how can I open the file and delete all the double quotes in the file before it escapes them?
Thanks!