I just want to import a comma delimited file into a datagridview. The catch is that the values are enclosed in " (double quotes). I know how to grab records from a comma delimited file using the split function, but how would I determine the values that are enclosed with the quotes and also not have the quotes show up when they are in the grid?

I did a search on the forums, but came up with different results like how to eliminate commas within values, etc... I just need a code sample.