number_to_vietnamese_words 1.0.0 copy "number_to_vietnamese_words: ^1.0.0" to clipboard
number_to_vietnamese_words: ^1.0.0 copied to clipboard

Convert numbers to words for easy comprehension and readability in the Vietnamese language.

Number To Vietnamese Words #

Convert numbers to words for easy comprehension and readability in the Vietnamese language.

Usage #

Examples #

Here are small examples.

print(1.toVietnameseWords()); // Một
print(10.toVietnameseWords()); // Mười
print(2001.toVietnameseWords()); // Hai nghìn không trăm linh một
print((-55).toVietnameseWords()); // Âm năm mươi lăm
print(2023.toVietnameseWords()); // Hai nghìn không trăm hai mươi ba
print(10000000.toVietnameseWords()); // Mười triệu
print(1000000001.toVietnameseWords()); // Một tỷ không trăm linh một
7
likes
0
pub points
76%
popularity

Publisher

unverified uploader

Convert numbers to words for easy comprehension and readability in the Vietnamese language.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on number_to_vietnamese_words