A format provider for string.format that can use dictionary keys or property names as formats i.e "{0:Username} joined on {0:JoinDate:D}" produces "John Doe joined on Thursday, October 22, 2014".
Info
Version: | 2.0.0 |
Author(s): | David Walker |
Last Update: | Saturday, March 20, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Grax32/InterpolationFormatProvider/ |
NuGet Url: | https://www.nuget.org/packages/InterpolationFormatProvider |
Install
Install-Package InterpolationFormatProvider
dotnet add package InterpolationFormatProvider
paket add InterpolationFormatProvider
InterpolationFormatProvider Download (Unzip the "nupkg" after downloading)
Dependencies
Tags