开发者

converting the numerals as string

开发者 https://www.devze.com 2023-01-14 08:48 出处:网络
Can someone hel开发者_JAVA百科p mo on how to convert a number value to its string value (ie.,1198.00 should be interpreted as Thousand Hundred and ninety eight)There is nothing built in - you will nee

Can someone hel开发者_JAVA百科p mo on how to convert a number value to its string value (ie.,1198.00 should be interpreted as Thousand Hundred and ninety eight)


There is nothing built in - you will need to write your own.

Here is one way of doing it, and a quick search finds several other samples to look at.

As a note - all of these approaches suffer from being tied to a single language, so non of them can be used as is for internationalization/localization efforts.

0

精彩评论

暂无评论...
验证码 换一张
取 消