Why is \ character being doubled in my @ string?

The visual studio debugger will show it as if it were doubled, since in C# a \ would precede an escape sequence. Don’t worry – your string is unchanged.

Leave a Comment