num_to_txt

Last updated:

0 purchases

num_to_txt Image
num_to_txt Images
Add to Cart

Description:

num to txt

num_to_txt #
A package for parsing numbers into real english words

Usage #
import 'package:num_to_txt/num_to_txt.dart';

main() {
print(numToTxt.numToOrdinal(10));
print(numToTxt.numToString(100));

print(numToTxt.changeLanguage("en_GB"));
print(numToTxt.numToString(100));
}

copied to clipboard
numToString #
Number becomes word like one, two, three, ten thousand etc.
numToOrdinal #
Number becomes word like first, second, one hundredth etc.

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.