digit_to_word

Creator: coderz1093

Last updated:

0 purchases

digit_to_word Image
digit_to_word Images

Languages

Categories

Add to Cart

Description:

digit to word

digit_to_word #
Convert an int to a String representing the english words for said number.
Example
1 -> one
25 -> twenty-five
857 -> eight hundred fifty-seven
43021 -> forty-three thousand twenty-one
copied to clipboard
Getting Started #
Install the package then simply call DigitToWord.translate(11345)
Example
var num = 954;
var numberAsString = DigitToWord.translate(num);
print(numberAsString) /// nine hundred fifty-four
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.