I\'ve got a CSV string an I want to separate it into an array. However the CSV is a mix of strings and numbers where the strings are enclosed in quotes and may contain comma
The "A Fast CSV Reader" article on Code Project. I've used it happily many times.