StringInterpolationBridge

Provides FormattableString/FormattableStringFactory for pre-4.6 .NET Framework.


Keywords
C#6, FormattableString, FormattableStringFactory, StringInterpolation, bridge
Install
Install-Package StringInterpolationBridge -Version 0.9.1

Documentation

This package provides FormattableString and FormattableStringFactory classes in pre-4.6 .NET.
This should allow C#6 interpolated strings ($"{x}") to be cast to IFormattable in any .NET version.

Get it from NuGet:

Install-Package StringInterpolationBridge