hi everyone,
I am reletively new to c sharp and have a question regarding a console application I have created. I have a text file which contain 16 records which i want to sort in dob order. I was wandering how i could split the data so when i run the application i will be able to scale through the dates in order of date of birth, the first line of the text file looks like this
Dean,James,1952/09/01,M
I have read the file using streamreader but I am stuck on where to go from here. Any help will be greatly appreciated
Many thanks