Skip to content

NoraCore/numberConverterToText

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Converter Number To Text

Project for convert numbers into words. A project to convert numbers to words. The main logic is in the class NumberToWordsConverter in the convertServices module. How it works: the number is split into an integer part and the fractional part then its parts are processed in parallel way. Each part is recursively divided into groups of three digits. The converter replaces the numbers in hundreds and tens units with the corresponding analogs, which it takes from the csv file, replacing the endings, if necessary.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages