DecimalFormat
to format numbers. DecimalFormat
creates for itself an instance of DecimalFormatSymbols
from its locale data. If you need to change any of these symbols, you can get the DecimalFormatSymbols
object from your DecimalFormat
and modify it. This is an enhanced version of DecimalFormatSymbols
that is based on the standard version in the JDK. New or changed functionality is labeled NEW.
@see java.util.Locale
@see DecimalFormat
@author Mark Davis
@author Alan Liu
@stable ICU 2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|