CurrencyFormat Class

The CurrencyFormat class is used to store Windows locale currency information.

You cannot modify system-created instances of the CurrencyFormat class (that is, instances created and maintained by JADE to store locale information and user-defined formats) from your JADE code. JADE automatically creates a transient instance of CurrencyFormat for each application that you can read by using app.currentLocaleInfo.currencyInfo. This instance contains currency information for the current locale.

CurrencyFormat instances are also used to store user-defined currency formats that can be passed to the various primitive type user format methods. You can maintain these formats only by using the appropriate Formats menu command, accessed from the Format Browser. For details about returning a string containing the receiver in the supplied currency format, see the userCurrencyFormat method in the Integer, Real, or Decimal primitive type.

For details about the constants, properties, and method defined in the CurrencyFormat class, see "CurrencyFormat Class Constants", "CurrencyFormat Properties", and "CurrencyFormat Method", in the following subsections.

NumberFormat

(None)