how to use backslash in string c# code example Example: c# string with slash var s = "\\Tasks"; // or var s = @"\Tasks";