NumSpeaks 2.1.2
dotnet add package NumSpeaks --version 2.1.2
NuGet\Install-Package NumSpeaks -Version 2.1.2
<PackageReference Include="NumSpeaks" Version="2.1.2" />
<PackageVersion Include="NumSpeaks" Version="2.1.2" />
<PackageReference Include="NumSpeaks" />
paket add NumSpeaks --version 2.1.2
#r "nuget: NumSpeaks, 2.1.2"
#:package NumSpeaks@2.1.2
#addin nuget:?package=NumSpeaks&version=2.1.2
#tool nuget:?package=NumSpeaks&version=2.1.2
⭐ 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 | Versions 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. |
-
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.
Initial release of NumSpeaks.
Convert Kurdish, Arabic, and English numbers to words effortlessly.