Info
Version: | 2.0.0 |
Author(s): | Jonathan Wood |
Last Update: | Sunday, February 21, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/SoftCircuits/NumberToText |
NuGet Url: | https://www.nuget.org/packages/SoftCircuits.NumberToText |
Install
Install-Package SoftCircuits.NumberToText
dotnet add package SoftCircuits.NumberToText
paket add SoftCircuits.NumberToText
SoftCircuits.NumberToText Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
For example, converts 123.45 to "One hundred twenty-three and 45/100". Useful for check printing or other cases where you want to display a number as text.
Now targets .NET Standard 2.0 or .NET 5.0, and supports nullable reference types.