NumericFormat

A class for formatting numbers in a variety of numeric formats.

Property

Type

Description

AlignmentOption

esriNumericAlignmentEnum

The alignment option.

AlignmentOptionSpecified

bool

Indicates if AlignmentOption is specified.

AlignmentWidth

int

The alignment width.

AlignmentWidthSpecified

bool

Indicates if AlignmentWidth is specified.

RoundingOption

esriRoundingOptionEnum

The rounding option.

RoundingOptionSpecified

bool

Indicates if RoundingOption is specified.

RoundingValue

int

The rounding value, whose meaning depends on the rounding option.

RoundingValueSpecified

bool

Indicates if RoundingValue is specified.

ShowPlus

bool

Indicates if formatted numbers contain a plus sign for positive numbers.

ShowPlusSpecified

bool

Indicates if ShowPlus is specified.

UseSeparator

bool

Indicates if formatted numbers contain digit grouping symbols.

UseSeparatorSpecified

bool

Indicates if UseSeparator is specified.

ZeroPad

bool

Indicates if formatted numbers contain padded zeros to the right of the decimal.

ZeroPadSpecified

bool

Indicates if ZeroPad is specified.

10/23/2013