Skip to content

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.

License

Notifications You must be signed in to change notification settings

fethica/NumbersIntoWords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages