I have a couple of '.rtf' files that I have some placeholders in (let's suppose that they're strings 'PlaceHolder1', 'PlaceHolder2', etc.).
I want to be able to load up these files into code (using a StreamReader ?) and then search through the text and replace 'PlaceHolder1', 'PlaceHolder2', etc.with replacement strings.
How would I start working at this ?
Thanks in advance
Steve
I want to be able to load up these files into code (using a StreamReader ?) and then search through the text and replace 'PlaceHolder1', 'PlaceHolder2', etc.with replacement strings.
How would I start working at this ?
Thanks in advance
Steve