1

This question doesn't explain exactly what the differences between these two are, can somebody explain that more?

What is the difference between

Console.WritLine(@"string /");

and

Console.WritLine($"string /");
Community
  • 1
  • 1
believe me
  • 910
  • 1
  • 5
  • 24
  • For `@`, see [here](http://stackoverflow.com/questions/556133/whats-the-in-front-of-a-string-in-c/556142#556142), for `$` see [here](https://msdn.microsoft.com/en-GB/library/dn961160.aspx) – Richard Ev Mar 11 '16 at 16:16
  • 3
    Hmm... now not sure which question to close this as a duplicate of... – Jon Skeet Mar 11 '16 at 16:16
  • @JonSkeet I chose the `@` duplicate since the question already links to a `$` question. – D Stanley Mar 11 '16 at 16:17

0 Answers0