StringTokenFormatter 1.6.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package StringTokenFormatter --version 1.6.0
NuGet\Install-Package StringTokenFormatter -Version 1.6.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="StringTokenFormatter" Version="1.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add StringTokenFormatter --version 1.6.0
#r "nuget: StringTokenFormatter, 1.6.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install StringTokenFormatter as a Cake Addin
#addin nuget:?package=StringTokenFormatter&version=1.6.0

// Install StringTokenFormatter as a Cake Tool
#tool nuget:?package=StringTokenFormatter&version=1.6.0

Provides string extension methods for replacing tokens within strings (using the format '{name}') with their specified lookup value.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on StringTokenFormatter:

Package Downloads
SimairaDigital.DevOps.Pipeline.NukeTool

NUKE build system always require pipeline build system to intiate this.

FowlFever.Conjugal

Structs and annotations for producing nice word conjugations and other linguistic metadata, such as abbreviations, units of measure, and terms of venery.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
9.0.1 222 3/19/2024
9.0.0 446 3/10/2024
8.0.0 11,221 1/15/2024
7.3.0 3,061 12/12/2023
7.2.0 2,494 12/5/2023
7.1.0 2,340 11/13/2023
7.0.0 1,046 10/29/2023
6.1.0 28,558 6/13/2023
4.1.0 610,113 12/2/2020
4.0.0 223,325 7/19/2019
3.1.0 562,726 4/1/2019
3.0.0 1,878 3/5/2019
2.0.8 3,735 1/22/2019
2.0.7 10,384 11/2/2018
2.0.6 10,330 12/22/2017
2.0.5 1,504 12/22/2017
2.0.4 1,468 12/22/2017
2.0.3 5,594 12/4/2017
2.0.2 5,201 12/4/2017
2.0.1 5,126 12/4/2017
2.0.0 5,099 12/4/2017
1.7.0 1,360 10/31/2017
1.6.1 3,772 6/9/2017
1.6.0 3,419 12/3/2015
1.5.1 1,532 7/1/2015
1.5.0 1,473 7/1/2015
1.4.0 1,413 6/18/2015
1.3.0 1,620 1/8/2015
1.2.0 1,789 1/7/2015

1.6.0
- Alternative token markers can now used     
1.5.1
- Bug fix on empty string when calling Format method
1.5.0
- Added support for Lazy<string, object>, Lazy<string, string>, Func<string, string>
- Added format preview (to show the string.Format pattern rather than the result)
1.4.0
- Added support for Func<string, object> as token value to support on-demand lookups
1.3.0
- Added specific extension methods for IDictionary<string, string>
1.2.0
- Added support for alignment padding
1.1.0
- Updated to use string.format internally so that non-string value types can be formatted (e.g. {token:D4})
- Allowed format provider to be specified
- Provided overload to allow for anonymous objects to be used
1.0.0
- Initial version.