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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: fthibaut
  • Content: Threads
  • Order by date
  1. 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