An object for formatting numbers in a percentage format.
Product Availability
Description
PercentageFormat is the IPercentageFormat interface coclass whose members determine how the ValueToString method in the associated INumberFormat interface formats numbers in a percentage format.
PercentageFormat also inherits the INumericFormat interface, so both these interface's properties determine how numbers are formatted.
The PercentageFormat coclass allows the conversion between values and strings that represent percentages. For example, 56 is formatted to “56%”, with an optional conversion from a fraction to a percentage, for example, 0.5 to “50%”.
Supported Platforms
Interfaces
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. |
INumericFormat | Provides access to members that format numbers. |
IPercentageFormat | Provides access to members that format percentages. |
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 |
See Also
ILatLonFormat2 Interface | RateFormat Class | IFractionFormat Interface | ICustomNumberFormat Interface | IAngleFormat Interface | ScientificFormat Class | INumberFormat Interface | AngleFormat Class | LatLonFormat Class | INumericFormat Interface | PercentageFormat Class | CustomNumberFormat Class | IRateFormat Interface | IPercentageFormat Interface | NumericFormat Class | CurrencyFormat Class | ILatLonFormat Interface | IScientificNumberFormat Interface | FractionFormat Class