Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by fthibaut

  1. fthibaut

    Format numbers using DecimalFormat

    You're right, my pattern was not correct... Thank you, /Franck
  2. fthibaut

    Format numbers using DecimalFormat

    Hi, I'm trying to use DecimalFormat to format numbers according to the current locale. I don't understand why I don't have the output that I expect. The code I'm using looks like this : DecimalFormat df = new DecimalFormat("#.##0"); String output = df.format(5.0)...

Part and Inventory Search

Back
Top