In a verbatim string literal (@\"foo\") in C#, backslashes aren\'t treated as escapes, so doing \\\" to get a double quote doesn\'t work. Is there any way to get a double qu
This should help clear up any questions you may have: C# literals
Here is a table from the linked content: