Friday, July 8, 2011

How to escape the escape character in C#

string t = @"c:\";

http://stackoverflow.com/questions/1768023/how-to-use-in-a-string-without-making-it-an-escape-sequence-c

No comments: