Class Formatters


  • public class Formatters
    extends Object
    Utility class for CellFormat.
    Author:
    henrichen
    • Constructor Detail

      • Formatters

        public Formatters()
    • Method Detail

      • getGroupingSeparator

        public static char getGroupingSeparator​(Locale locale)
        Returns the GroupingSeparator character of the current locale.
        Returns:
        the GroupingSeparator character of the current locale.
      • getDecimalSeparator

        public static char getDecimalSeparator​(Locale locale)
        Returns the getDecimalSeparator character of the current locale.
        Returns:
        the getDecimalSeparator character of the current locale.
      • getCurrencySymbol

        public static String getCurrencySymbol​(Locale locale)
        Returns the getCurrencySymbol character of the current locale.
        Returns:
        the getCurrencySymbol character of the current locale.