matthew king

matthew king

  • NA
  • 52
  • 0

Abstracting data in a txt file

Apr 2 2011 2:33 PM

Sir/Ma'am

I'm hoping someone could point me in the right direction.  I'm attempting to read a txt file via c# and obtain specific information.  The data is constructed in a.txt file in the following manner:      <Automobile id="CHEVY1">.      <Automobile id="FORD22">.  I'm trying to read the txt file line by line and isolated the values within Automobile id=" ", so I can append them to a richtextbox.  Ultimately, I'm trying to populate a richtextbox with all the Automobile ids within the given text file (e.g. Chevy1 Ford22 ford18 dodge1).  Any help you can provide would be appreciated!


Answers (2)