Hi, I'm new to C# and I have a couple of questions about the Streamreader.
I would like to read info from a text file and store some, not all of the information into variables.
For example:
In a file, there is a line that has 'customername=Joe Blow'. I want to find this line and pull out the name.
How would I do this??
Before, I would read the line from the file, if it had customername in it, I would get the name.
Any help would be greatly appreciated.
I would like to read info from a text file and store some, not all of the information into variables.
For example:
In a file, there is a line that has 'customername=Joe Blow'. I want to find this line and pull out the name.
How would I do this??
Before, I would read the line from the file, if it had customername in it, I would get the name.
Any help would be greatly appreciated.