/NumbersIntoWords

Numbers Into Words (NIW) a function to display the result of your calculations, amount of a check, phone number or any other number in words.

Primary LanguageJavaMIT LicenseMIT

Numbers Into Words (NIW)

Numbers Into Words (NIW) : a function to display the result of your calculations, amount of a check, phone number or any other number in words (english). http://v3.fethica.com/project.php?pid=13

Numbers Into Words logo

=========

Java example :

	int number = 123456789;
	System.out.print(NIW.toEnglish(number));
  output: One Hundred Twenty Three Million Four Hundred Fifty Six Thousand Seven Hundred Eighty Nine

=========

NIW App (Android / iOS) :

License

Fethi El Hassasna © 2015 @fethica Released under the MIT License.