Search:

Type: Posts; User: tqa

Search: Search took 0.18 seconds.

  1. Replies
    5
    Views
    1,617

    Re: Convert decimal values to english text

    As I want to use it for currency, so I would like it to be six hundred and twenty four dollar and fifty sent.
  2. Replies
    5
    Views
    1,617

    Re: Convert decimal values to english text

    I only want to handle two decimal place because i'm using this for converting currency. It would be six hundred and fifty one.
    By the way,I found a solution using java.text.DecimalFormat.
    Thank...
  3. Replies
    5
    Views
    1,617

    Convert decimal values to english text

    Hi
    I'm looking for a method that could translate decimal values to string,english text. For example currency values.
    600.50 so it should read as "six hundred and 50".
    Most of the method that I...
Results 1 to 3 of 3