In this case I would load all the string data into a variable so you can use the StringReader class (in System.IO).
The StringReader object lets you read a text file line by line. So you could scan through the lines in search of your delimeters and only read the lines in between when you have found the appropriate start and stop reading when it finds the end.
Reputation Points: 11
Solved Threads: 9
Junior Poster in Training
Offline 58 posts
since Jun 2008