| Package | Description |
|---|---|
| com.ibm.icu.text |
| Modifier and Type | Method and Description |
|---|---|
CurrencyAmount |
NumberFormat.parseCurrency(CharSequence text,
ParsePosition pos)
Parses text from the given string as a CurrencyAmount.
|
CurrencyAmount |
DecimalFormat.parseCurrency(CharSequence text,
ParsePosition parsePosition)
Parses text from the given string as a CurrencyAmount.
|
CurrencyAmount |
CompactDecimalFormat.parseCurrency(CharSequence text,
ParsePosition parsePosition)
Parsing is currently unsupported, and throws an UnsupportedOperationException.
|
| Modifier and Type | Method and Description |
|---|---|
String |
NumberFormat.format(CurrencyAmount currAmt)
[icu] Convenience method to format a CurrencyAmount.
|
StringBuffer |
NumberFormat.format(CurrencyAmount currAmt,
StringBuffer toAppendTo,
FieldPosition pos)
[icu] Formats a CurrencyAmount.
|
StringBuffer |
DecimalFormat.format(CurrencyAmount currAmt,
StringBuffer result,
FieldPosition fieldPosition)
[icu] Formats a CurrencyAmount.
|
Copyright © 2016 Unicode, Inc. and others.