I have a string from an xml document:
Is there a way for me to write this string like \"
\"
You can also write it like this:
string f = @"";
Check out msdn on string literals.