Results 1 to 5 of 5

Thread: [B]Number to Word Convertion(for Money)[/B]

Threaded View

  1. #1

    Thread Starter
    Fanatic Member eSPiYa's Avatar
    Join Date
    Jun 2006
    Location
    in our house
    Posts
    751

    Question [B]Number to Word Convertion(for Money)[/B]

    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:
    1. myConv.NumberToWord([I]Amount[/I], [I]CurrencyName[/I])

    Sample:
    VB Code:
    1. Dim myConv As New BolexDLL.GilConvertions
    2.         TextBox2.Text = myConv.NumberToWord(TextBox1.Text, "peso")

    Output:
    one hundred twenty three pesos
    Pls test this DLL and give me feed back, Thanks!!!
    Attached Files Attached Files
    Last edited by eSPiYa; Jun 26th, 2006 at 11:02 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width