attatch '@' 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/14 23:52 UTC
Read the original article Hit count: 139

Filed under:

some of code, has below line.

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

in this line, why does @ need to be attatched ?

and even in javascript too.

© Stack Overflow or respective owner

Related posts about .NET