Possible Duplicate:
What does@mean at the start of a string in C#?
Sorry but I can’t find this on Google. I guess it maybe is not accepting my search string when I do a search.
Can someone tell me what this means in C#
var a = @"abc";
what’s the meaning of the @?
1 Answer