how can i correctly parse a text file delimited by white space
问题 Below is my sample text file { Here is my schema file [Sample File.txt] ColNameHeader=True Format=TabDelimited CharacterSet=ANSI And here is the code i have so far writen to try and read the above sample file, the data rows read from the text file above is supposed to be returned for display in a dataGridView control. The problem is, its being returned as single column, yet i want to use those white spaces as the column delimiters. I have tried different character delimiters with out success.