String.Format.Js
1.13.0
See the version list below for details.
dotnet add package String.Format.Js --version 1.13.0
NuGet\Install-Package String.Format.Js -Version 1.13.0
<PackageReference Include="String.Format.Js" Version="1.13.0" />
paket add String.Format.Js --version 1.13.0
#r "nuget: String.Format.Js, 1.13.0"
// Install String.Format.Js as a Cake Addin #addin nuget:?package=String.Format.Js&version=1.13.0 // Install String.Format.Js as a Cake Tool #tool nuget:?package=String.Format.Js&version=1.13.0
This is a JavaScript implementation of the .NET Framework method String.Format, which you can use for building strings with formatted numbers, formatted dates, or just concatenate strings with other objects in a convenient way (especially if you have a localized web application).
Currently the script takes less than 5 kB, excluding additional localizations. The localizations offer a culture specific formatting of numbers, regardig radix points, thousands separators, currency, and of dates, regarding the names of the months and days, time formatting etc. Most of the .NET cultures are available.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.