I need to convert digit into words. Example: when user inputs 10 , output should be displayed as ten . User can enter upto 999,999 . Whats the best way to get this output in C# windows forms.
Asked
Active
Viewed 129 times
0
-
2Can you show what have you tried so far ? – Omar.Alani Dec 14 '14 at 09:37
-
Nice discussion on this topic here: https://social.msdn.microsoft.com/Forums/vstudio/en-US/8f8fb535-2b3b-4f20-b55b-ea0331e40159/number-to-words?forum=vbgeneral – Paul Ishak Dec 14 '14 at 09:58
-
found out the answer. Thanks Guys – prabin badyakar Dec 15 '14 at 10:15