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
Post a Comment