Tuesday, October 16, 2018

Understanding String Interpolation In C#

The string interpolation feature in C# and .NET allows an easier way to format and manipulate strings. This feature was introduced in C# 6. Using string interpolation, we can use objects and expressions as a part of the string interpolation operation.

source https://www.c-sharpcorner.com/article/understanding-string-interpolation-in-c-sharp/

No comments:

Post a Comment