Introduction Many software applications present formatted data to the user via user interfaces and reports. Often times the code that formats the data is difficult to read and maintain. This blog will briefly touch on a new C# 6.0 feature, String Interpolation, to format string data. In many cases, using string interpolation reduces the sizeRead more