public class Formatters
extends java.lang.Object
Constructor and Description |
---|
Formatters() |
Modifier and Type | Method and Description |
---|---|
static void |
format(java.util.Locale locale,
java.util.Formatter formatter,
java.lang.String format,
java.lang.Object... args) |
static java.lang.String |
getCurrencySymbol(java.util.Locale locale)
Returns the getCurrencySymbol character of the current locale.
|
static char |
getDecimalSeparator(java.util.Locale locale)
Returns the getDecimalSeparator character of the current locale.
|
static char |
getGroupingSeparator(java.util.Locale locale)
Returns the GroupingSeparator character of the current locale.
|
public static void format(java.util.Locale locale, java.util.Formatter formatter, java.lang.String format, java.lang.Object... args)
public static char getGroupingSeparator(java.util.Locale locale)
public static char getDecimalSeparator(java.util.Locale locale)
public static java.lang.String getCurrencySymbol(java.util.Locale locale)
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.