Verbatim string literals start with @
and are also enclosed in double
quotation marks. For example:
@"good morning" // a string literal
Nicked from, have a look at the last few lines above the example for more information.
http://msdn.microsoft.com/en-us/library/362314fe.aspx