NumSpeaks 2.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package NumSpeaks --version 2.1.1
                    
NuGet\Install-Package NumSpeaks -Version 2.1.1
                    
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="NumSpeaks" Version="2.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NumSpeaks" Version="2.1.1" />
                    
Directory.Packages.props
<PackageReference Include="NumSpeaks" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NumSpeaks --version 2.1.1
                    
#r "nuget: NumSpeaks, 2.1.1"
                    
#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.
#:package NumSpeaks@2.1.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=NumSpeaks&version=2.1.1
                    
Install as a Cake Addin
#tool nuget:?package=NumSpeaks&version=2.1.1
                    
Install as a Cake Tool

⭐ NumSpeaks - Number to Words Converter ⭐

📚 Description: It is used to convert Kurdish, Arabic, and English numerals into words. It's a valuable tool for developers, and anyone working with numbers in these scripts. Stay tuned for future updates with support for additional languages.

🚀 Features:

  • Easy conversion of Kurdish, Arabic, and English numbers into words.
  • Quick and precise results for all numerical inputs.
  • Enhance documents, financial statements, and more with written numbers.

Example Usage in Code:

// Convert a number to Kurdish words
var numberInKurdishText = 991_887_766_551.NumberWordsInKurdish();
// RESULT: نۆ سەد و نۆوەت و یەک ملیار و هەشت سەد و هەشتا و حەوت ملیۆن و حەوت سەد و شەست و شەش هەزار و پێنج سەد و پەنجا و یەک

// Convert a number to Arabic words
var numberInArabicText = 991_887_766_551.NumberWordsInArabic();
// RESULT: تسعة مائة و واحد و تسعون مليار و ثمانية مائة و سبعة و ثمانون مليون و سبعة مائة و ستة و ستون ألف و خمسة مائة و واحد و خمسون


// Convert a number to English words
var numberInArabicText = 123_456_789_012.NumberWordsInEnglish();
// RESULT: one hundred twenty-three billion four hundred fifty-six million seven hundred eighty-nine thousand twelve

🔧 Usage:

📝 Input: Enter the numeric value (in Kurdish or Arabic or English script). 📖 Output: Get the corresponding words in the same script.

🌐 Future Updates: Stay tuned for updates that will add support for new languages, making NumSpeaks even more versatile.

📣 Feedback: If you encounter issues or have suggestions, please open an issue on our GitHub repository.

📄 License: This project is licensed under the MIT License.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • 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.

Version Downloads Last Updated
2.1.2 203 2/14/2024
2.1.1 141 2/14/2024
2.1.0 142 2/11/2024
2.0.1 149 2/8/2024
2.0.0 113 2/8/2024
1.0.1 186 1/8/2024
1.0.0.1 144 1/8/2024
1.0.0 159 1/8/2024

Initial release of NumSpeaks.
Convert Kurdish, Arabic, and English numbers to words effortlessly.