public class Formatters extends Object
Constructor and Description |
---|
Formatters() |
Modifier and Type | Method and Description |
---|---|
static void |
format(Locale locale,
Formatter formatter,
String format,
Object... args) |
static String |
getCurrencySymbol(Locale locale)
Returns the getCurrencySymbol character of the current locale.
|
static char |
getDecimalSeparator(Locale locale)
Returns the getDecimalSeparator character of the current locale.
|
static char |
getGroupingSeparator(Locale locale)
Returns the GroupingSeparator character of the current locale.
|
public static char getGroupingSeparator(Locale locale)
public static char getDecimalSeparator(Locale locale)
Copyright © 2020. All rights reserved.