Package helpers
Class Formatter
- java.lang.Object
-
- helpers.Formatter
-
public class Formatter extends java.lang.ObjectUtility class for formatting strings- Author:
- gabrieleromanato
-
-
Constructor Summary
Constructors Constructor Description Formatter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringformatCurrency(double amount, java.util.Locale locale)Formats an amount to a specific locale string
-