c# - "@" inside a string? -


now, know @ operator - allows use reserved word variable name or make non-escaping string, i've received codebase contain (names changed , parts of string i'm under nda):

somestring = @"this thing @nametag there"; 

obviously seems kind of placeholder, does?

likely placeholder replaced @ runtime

for example:

dear @customername,

join first ever event in @city @ @time on @date

...


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -