Click here to Skip to main content
15,896,915 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have problem with formatting the Integer(1000) to currency string fromat(Ten Thousand) in vb.net. I have a text box and it will show the integer value.
I used the TextChanged Event of text box, when I Textbox change from the text box that currency just show the String value
Posted
Comments
Thomas Daniels 17-Dec-13 7:18am    
Can you show your code please?
[no name] 17-Dec-13 7:26am    
I agree, that will probably help

1 solution

There is no built in function to convert numbers in that way: 123 -> "One Hundred and Twenty-Three"

However, a quick Google for "Number to words VB"[^] will give you loads of solutions!
 
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