G
Guest
I am relatively new to the C# language and need to extract data from a text
file. I would like to be able to search the file which is tab delimmited and
extract various fields. I have been using StreamReader to read the file but I
am not sure of the method that actually searches for relevant fields and then
extracts them.
file. I would like to be able to search the file which is tab delimmited and
extract various fields. I have been using StreamReader to read the file but I
am not sure of the method that actually searches for relevant fields and then
extracts them.