how to convert numbers in words.... 1 to 1million in vb.net
Visual Basic
5
Posts
3
Posters
0
Views
1
Watching
-
Can you explain in a bit more detail? Give an example of what you are trying to do... Steve
-
This reeks of a homework assignment. All you have to do is Google for "convert number into words" and you'll come up with all kinds of algorithms to do this.
Dave Kreskowiak Microsoft MVP - Visual Basic
-
Can you explain in a bit more detail? Give an example of what you are trying to do... Steve
-
for example you input 35 the it will convert that to word thirty five, 1,000,000 one million, 355,000 three hundred fifty five thousand.... can you help me???
asa
Have a look here: http://vb-helper.com/howto_number_to_words.html[^] Steve