I have a CSV file (which I didn\'t design and I can\'t change now nor will I ever be able to change it) that contains lines like the following:
\"Surname, Firs
You can handle this easily by using the TextFieldParser class. Just set HasFieldsEnclosedInQuotes to true.