I have some strings in a file that are already escaped. So the content of the file looks like this:
Hello\\nWorld. This is\\tGreat.
When I
Try this:
String replaced = startstring.Replace(System.Environment.NewLine, desirevalue);
This have to be valid only for "\n".