/** * Temporary internal concrete subclass of MeasureFormat implementing * parsing and formatting of currency amount objects. This class is * likely to be redesigned and rewritten in the near future. * * <p>This class currently delegates to DecimalFormat for parsing and * formatting. * * @see MeasureFormat * @author Alan Liu * @internal
*/ class CurrencyFormat : public MeasureFormat {
public:
/** * Construct a CurrencyFormat for the given locale.
*/
CurrencyFormat(const Locale& locale, UErrorCode& ec);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.