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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top