Answer:
C# 6.0 comes with a unique feature where the String Interpolation happens in between the strings.Rather than placing the positional placeholders in the old ways, we can use the real values like the way we have used the real properties inside the string braces. String Interpolation is a trick made by the compiler to invoke the string.Format function.
Asked In: Many Interviews |
Alert Moderator