I am using c# to access a text file through file handling. I want to go through all the lines and separate a particular chunk from each line e.g
col1 col2 col3
1949 1 388
1950 2 50
I just want to separate the col3 data and store its contents in an array.