1

Possible Duplicates:
Is there an easy way to create ordinals in C#?
How can I convert an integer into its verbal representation?

Hi All,

How to convert number to arabic word? I want output like: 1: First 2: Second, 201: Two hundred first etc

I have try some code but it words for 1..21,23...31,33...41,43..49,51... and then after it does not work. Is there any special logic for converting 2 in arabic?

Please give me some idea for converting number to word.

Thanks, Naresh

4

1 回答 1

1

请查看之前的 SO 帖子,了解如何将数字变为单词。

于 2010-12-24T06:57:05.637 回答