NumSpeaks 3.0.0
See the version list below for details.
dotnet add package NumSpeaks --version 3.0.0
NuGet\Install-Package NumSpeaks -Version 3.0.0
<PackageReference Include="NumSpeaks" Version="3.0.0" />
<PackageVersion Include="NumSpeaks" Version="3.0.0" />
<PackageReference Include="NumSpeaks" />
paket add NumSpeaks --version 3.0.0
#r "nuget: NumSpeaks, 3.0.0"
#:package NumSpeaks@3.0.0
#addin nuget:?package=NumSpeaks&version=3.0.0
#tool nuget:?package=NumSpeaks&version=3.0.0
⭐ 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.
- Supports decimal numbers (e.g., 123.33).
- 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.ToKurdishWords();
// RESULT: نۆ سەد و نۆوەت و یەک ملیار و هەشت سەد و هەشتا و حەوت ملیۆن و حەوت سەد و شەست و شەش هەزار و پێنج سەد و پەنجا و یەک
// Convert a number to Arabic words
var numberInArabicText = 991_887_766_551.ToArabicWords();
// RESULT: تسعة مائة و واحد و تسعون مليار و ثمانية مائة و سبعة و ثمانون مليون و سبعة مائة و ستة و ستون ألف و خمسة مائة و واحد و خمسون
// Convert a number to English words
var numberInEnglishText = 123_456_789_012.ToEnglishWords();
// RESULT: one hundred twenty-three billion four hundred fifty-six million seven hundred eighty-nine thousand twelve
Decimal Examples:
// Kurdish decimal
var kurdishDecimal = 123.33m.ToKurdishWords();
// RESULT: سەد و بیست و سێ و پۆینت سی و سێ
// Arabic decimal
var arabicDecimal = 123.33m.ToArabicWords();
// RESULT: مئة و ثلاثة و عشرون فاصلة ثلاثة و ثلاثون
// English decimal
var englishDecimal = 123.33m.ToEnglishWords();
// RESULT: one hundred twenty-three point thirty-three
🔧 Usage:
📝 Input: Enter the numeric value (integer or decimal, 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 | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. 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. |
-
net10.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 |
|---|---|---|
| 3.3.0 | 99 | 6/1/2026 |
| 3.2.1 | 97 | 5/17/2026 |
| 3.2.0 | 78 | 5/17/2026 |
| 3.1.3 | 99 | 5/17/2026 |
| 3.1.2 | 92 | 5/17/2026 |
| 3.1.1 | 114 | 3/29/2026 |
| 3.1.0 | 111 | 3/18/2026 |
| 3.0.0 | 108 | 3/17/2026 |
| 2.1.2 | 280 | 2/14/2024 |
| 2.1.1 | 204 | 2/14/2024 |
| 2.1.0 | 211 | 2/11/2024 |
| 2.0.1 | 218 | 2/8/2024 |
| 2.0.0 | 185 | 2/8/2024 |
| 1.0.1 | 252 | 1/8/2024 |
| 1.0.0.1 | 209 | 1/8/2024 |
| 1.0.0 | 235 | 1/8/2024 |
Initial release of NumSpeaks.
Convert Kurdish, Arabic, and English numbers to words effortlessly.