Click here to Skip to main content
15,896,912 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi To All!
In my Win Application There is one textbox for entering amount in digits and the same amount should be display in another textbox but in words.
example
enter amount in digits: 100
enter amount in words : Hundred
so my Question is that is there any logic in c# that when i entered "100" in one textbox the other textbox pragmatically shows "Hundred".
Please Help
Thanks
Posted
Comments
Sushil Mate 27-Jun-13 3:15am    
Yes there is logic.
Ankur\m/ 27-Jun-13 3:17am    
There is nothing inbuilt, you will have to write your own.

Similar Question

Program for converting digits to numbers[^]

Thanks
--RA
 
Share this answer
 
You can use constant variables.But that works according to no of declaration.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900