6 C# 6.0 - String Interpolation String Interpolation is another feature, that ships with C# 6.0 and comes in handy when formatting and working with strings. There are a many ways to work with strings but generally when it comes down to formatting them, it is usually String.Format.