Hello guys!![]()
Is there a number to word converter and/or vice versa?
I created a .DLL in VB.NET 2005 but I still see errors.
it only support 'billion' amount
This is the syntx:
VB Code:
myConv.NumberToWord([I]Amount[/I], [I]CurrencyName[/I])
Sample:
VB Code:
Dim myConv As New BolexDLL.GilConvertions TextBox2.Text = myConv.NumberToWord(TextBox1.Text, "peso")
Output:
Pls test this DLL and give me feed back, Thanks!!!one hundred twenty three pesos




Reply With Quote