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 /");
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 /");