If you are starting to need "special" characters within your string then maybe you should be using a normal string "" and escaping them using \ rather than using the @"".
What sort of data are you storing in the string? What reason do you have for needing it in a @""?