attach '@' in front of String

Posted by sunglim on Stack Overflow See other posts from Stack Overflow or by sunglim
Published on 2010-04-14T23:51:06Z Indexed on 2010/04/15 0:03 UTC
Read the original article Hit count: 297

Filed under:
|

Consider the following line:

readonly private string TARGET_BTN_IMG_URL = @"\\ad1-sunglim\Test\";

In this line, why does @ need to be attached?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about c#