Hi,
I have a string like "string1","string2",20,"12/12/2013",20.12,"string3,value".
here string ,date values will start and end with double quotes(") but numeric values wont have any Quotes(").
how can i split this string into array list in c#.net based on comma(,)?
Thanks