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:
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:
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Apr 2, 2011, 3:24 PM
Here's some code (using console app for testing purposes). I'm assuming that there's actually a 'dot' after each closing '>' :
Sam HobbsPosted Apr 2, 2011, 8:05 PM