Usage of "@" in C#

string NameOfFile =@"C:\Documents and Settings\Business Records\Employees.spr";

string NameOfFile = "C:\\Documents and Settings\\Business Records\\Employees.spr";

转载于:https://www.cnblogs.com/yangbin990/archive/2006/09/24/513067.html