An object for formatting numbers in a currency format.
CurrencyFormat is a coclass that formats numbers to look like a currency. For example, the number 123456.789 when formatted with CurrencyFormat (default U.S. English regional settings) would look like $123,456.79. Note that the formatted number is rounded to the nearest cent. Negative numbers are typically depicted inside parentheses, e.g., a negative number of the same value would be formatted as ($123,456.79).
To format numbers as currency, create a CurrencyFormat object and use the ValueToString method.
| Interfaces | Description |
|---|---|
| IClone | Provides access to members that control cloning of objects. |
| INumberFormat | Provides access to members that format numbers. |
| INumberFormatOperations | Provides access to common operations on formatted numbers. |
| IPersist (esriSystem) | Defines the single method GetClassID, which is designed to supply the CLSID of an object that can be stored persistently in the system. IPersist is the base interface for three other interfaces: IPersistStorage, IPersistStream, and IPersistFile. |
| IPersistStream |
CurrencyFormat does not have an ICurrencyFormat interface because there are no member properties to set. To use it, define an object as an INumberFormat and set it to a New CurrencyFormat. You can access the ValueToString and StringToValue methods directly from this object.
Numbers are formatted using the current regional settings defined for the system at runtime. To change the way currency numbers are formatted, change the settings on the Currency tab of Control Panel's Regional Settings applet.
IRateFormat Interface | IPercentageFormat Interface | INumericFormat Interface | INumberFormat Interface | AngleFormat Class | CurrencyFormat Class | CustomNumberFormat Class | FractionFormat Class | ILatLonFormat2 Interface | LatLonFormat Class | ILatLonFormat Interface | IFractionFormat Interface | ICustomNumberFormat Interface | NumericFormat Class | ScientificFormat Class | IAngleFormat Interface | RateFormat Class | IScientificNumberFormat Interface | PercentageFormat Class