Skip to content

KenjiOhtsuka/kotlin-number-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kotlin Number Tool

Tool to convert number to alphabet expression.

CircleCI codecov

Twitter Follow

Usage

NumberUtility.Num2String(1)     # => "one"
NumberUtility.Num2String(100)   # => "one hundred"
NumberUtility.Num2String("2nd") # => "second"

Install

repositories {
  maven { url 'https://jitpack.io' }
}
dependencies {
  compile 'com.github.KenjiOhtsuka:kotlin-number-tool:0.1.4'
}

About

Convert alphabetic number expression to digits expression, and digits to alphabetic expression.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages