Search:

Type: Posts; User: curmudgeon

Search: Search took 0.15 seconds.

  1. Replies
    5
    Views
    1,522

    Re: One Decimal Place

    You're welcome!
  2. Replies
    5
    Views
    1,522

    Re: One Decimal Place

    I'm trying. Again, what you're doing is creating a DecimalFormat object called formatter, and you're trying to format a non-numeric String. What you've got is:



    String myResultString =...
  3. Replies
    5
    Views
    1,522

    Re: One Decimal Place

    The error message is telling you exactly what is wrong. You use a DecimalFormatter to format a number period, but you're trying to pass it a whole complex String complete with several numbers and...
Results 1 to 3 of 3