This document is archived and information here might be outdated.  Recommended version.


INumericFormat Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IN > INumericFormat Interface
ArcGIS Developer Help

INumericFormat Interface

Provides access to members that format numbers.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The members in the INumericFormat interface define how the ValueToString method in the associated INumberFormat interface formats numbers.

When To Use

Use the INumericFormat interface to format numbers with any of the objects listed under CoClasses below.

Members

Name Description
Read/write property AlignmentOption The alignment option applied to the ValueToString method.
Read/write property AlignmentWidth The alignment width applied to the ValueToString method.
Read/write property RoundingOption The rounding option applied to the ValueToString method.
Read/write property RoundingValue The rounding value, whose meaning depends on the rounding option.
Read/write property ShowPlusSign Indicates if formatted numbers contain a plus sign for positive numbers.
Read/write property UseSeparator Indicates if formatted numbers contain digit grouping symbols.
Read/write property ZeroPad Indicates if formatted numbers contain padded zeros to the right of the decimal.

Classes that implement INumericFormat

Classes Description
AngleFormat An object for formatting numbers in an angle format.
LatLonFormat An object for formatting numbers in a lat/lon format.
NumericFormat An object for formatting numbers in a variety of numeric formats.
PercentageFormat An object for formatting numbers in a percentage format.
RateFormat An object for formatting numbers in a rate format.

Remarks

The format produced with the NumericFormat coclass object is determined solely on the INumericFormat interface property settings. Formats produced with other objects listed under CoClasses depend on two interface's property settings. These objects inherit the INumericFormat interface in addition to their own default interface.

See Also

CurrencyFormat Class | IScientificNumberFormat Interface | FractionFormat Class | IPercentageFormat Interface | INumericFormat Interface | IFractionFormat Interface | NumericFormat Class | IAngleFormat Interface | LatLonFormat Class | ICustomNumberFormat Interface | PercentageFormat Class | ILatLonFormat2 Interface | ILatLonFormat Interface | RateFormat Class | IRateFormat Interface | CustomNumberFormat Class | INumberFormat Interface | ScientificFormat Class | AngleFormat Class