How do I separate each line of a .csv file into a string list>
问题 I am new to c# and am attempting to read in a .csv file and put each line of text in to a separate list item so I can sort it later. the .csv file is organised like so: 1;"final60";"United Kingdom";"2013-12-06 15:48:16"; 2;"donnyr8";"Netherlands";"2013-12-06 15:54:32"; etc This is my first attempt that doesn't work.It shows no errors in Visual studios 2010 but when I run the console program it displays the following Exception instead of the list. Exception of type 'System.OutOFMemoryException