Format Numbers into words

  • Thread starter Thread starter IntraRELY
  • Start date Start date
I

IntraRELY

Hello,

Is there a way in VB.NET to write out a number using text. Ie, 119, One
Hundred and Nine-Teen. This is very similar to how you would write a check.

TIA,

Steve Wofford
www.IntraRELY.com
 
Hi IntraRely,

I never seen it and it would be very much language/culture dependable I
think

Cor
 
* "Cor said:
I never seen it and it would be very much language/culture dependable I
think

It's sometimes used when printing money transfer papers to ensure that
the amount of money entered into the field is correct.
 
Hi Herfried,
It's sometimes used when printing money transfer papers to ensure that
the amount of money entered into the field is correct.

The question was "Is there a way in VB.Net and Peter did give a very nice
link where he told there was a routine using English in VB6 (VB6 but in a
way that it is convertable in 5 minutes to VB.net, I almost did it).

:-))

Cor
 
* "Cor said:
The question was "Is there a way in VB.Net and Peter did give a very nice
link where he told there was a routine using English in VB6 (VB6 but in a
way that it is convertable in 5 minutes to VB.net, I almost did it).

You are right -- it would be nice to have a spelling in more than one
language to make the application language-independent.
 
Hi,

For different languages issue, you may try to use resource DLLs for
internationalization.

International Application
http://groups.google.com/groups?q="resource+DLL"+vb6+internationalizatio
n&hl=en&lr=&ie=UTF-8&oe=UTF-8&selm=e3QZE8iDAHA.196%40cppssbbsa05&rnum=3

Resource DLL's - How to make?
http://groups.google.com/groups?q="resource+DLL"+vb6+internationalizatio
n&hl=en&lr=&ie=UTF-8&oe=UTF-8&selm=eByALQPIAHA.196%40cppssbbsa05&rnum=2

Tutorial: Internationalization
http://www.vb-helper.com/tut9.htm

If you have any concern, please post here.

Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Hi,

As Herfried said, I think you may try to write a few resouce dll for
Internationalization to make the application independent of languages

Here is some link about Internationalization.
Microsoft .NET Internationalization
http://www.microsoft.com/globaldev/getwr/dotneti18n.mspx

Globalizing and Localizing Applications
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/
vboriinternationalization.asp

If you have any concern on this issue ,please post here.

Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Back
Top