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