Chinese number to Arabic number
Chinese number conversion to Arabic numerals, how can this function be realized, this function is not very easy to realize, who can tell me thank you.
Insufficient information!
If it's just a case of translating individual characters then just use a List Replace method. Otherwise you need to tell us which Chinese number system and how you want to convert the number format.
Provide before & after examples.
If it's just a case of translating individual characters then just use a List Replace method. Otherwise you need to tell us which Chinese number system and how you want to convert the number format.
Provide before & after examples.
Reply to #2:
for example
ç¬¬ä¸€ç™¾ä¸‰åæ¬¡ (one hundred and thirtieth times)
第二百三一次(two hundred and thirty-one)
第三百三二次(three hundred and thirty-two)
convert to
130th time
231th time
332th time
and so on Is it possible to achieve this
for example
ç¬¬ä¸€ç™¾ä¸‰åæ¬¡ (one hundred and thirtieth times)
第二百三一次(two hundred and thirty-one)
第三百三二次(three hundred and thirty-two)
convert to
130th time
231th time
332th time
and so on Is it possible to achieve this
Reply to #3:
I don't speak Chinese!
If you want assistance with this then you will have to explain exactly the how Chinese number system works and how you would carry this out with a pencil and paper.
I don't speak Chinese!
If you want assistance with this then you will have to explain exactly the how Chinese number system works and how you would carry this out with a pencil and paper.
Reply to #4:
Okay thank you
Okay thank you