0

In C# if you have a string such as "The good\bad", you would get an error because '\b' is not a proper char. SO instead you can do @"The good\bad", which will allow you to print the backslash.

Is there an equivalent technique for XML so that you don't need to put in the special escape characters, such as &

TruthOf42
  • 2,017
  • 4
  • 23
  • 38

0 Answers0