G
Guest
I have a small text file of data and I would like to be able to search for a
string and on finding that string extract the data that follows it. Is there
an easy way to do this? I have been using StreamReader to read the file but I
am unsure as to how to actually test the string and then extract the
following data I require.
thanks
string and on finding that string extract the data that follows it. Is there
an easy way to do this? I have been using StreamReader to read the file but I
am unsure as to how to actually test the string and then extract the
following data I require.
thanks