
String Literals and Values with Backslash Escape Character in C# and C++CLI
Backslashes in C# and C++CLI are widely used in Windows file paths and with escape characters. Use of double backslashes and backslashes to perform special functions is well described in many publications. However, the source code is not necessary what you will see in the Visual Studio Debugger. A comparison