pointer to MS C# documentation that explains usage of @ prefix to strings ..

  • Thread starter Thread starter frostbb
  • Start date Start date
F

frostbb

Cannot find an explanation for the @ string literal prefix in MS C#
documentation (we're using VS2005 and I've got the Aug 2006 version of the
MSDN Library)

Can someone point me to the section of MS Documentation that explains @ and
other such prefix modifiers.

Thanks in advance.

Barry
in Oregon
 
Nicholas,

Thanks for the awsomely quick response. It's very much appreciated.

Barry
in Oregon

Nicholas Paldino said:
Barry,

This should help you out:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/csref/html/vclrfstring.asp


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

frostbb said:
Cannot find an explanation for the @ string literal prefix in MS C#
documentation (we're using VS2005 and I've got the Aug 2006 version of
the MSDN Library)

Can someone point me to the section of MS Documentation that explains @
and other such prefix modifiers.

Thanks in advance.

Barry
in Oregon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top