Extracting Data from a Text File in C#

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
Lizim said:
I am relatively new to the C# language ...

Then you should post again in

microsoft.public.dotnet.languages.csharp

This is the C++ group. :-)

Regards,
Will
 
Back
Top