Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 277 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 277 Bytes

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