The NumberFormatter type exposes the following members.

Properties

  Name Description
Public property ApplyOffset
Gets or sets a value indicating whether a negative number format should be applied during formatting.
Public property DecimalDigits
Gets or sets the decimal digits in the number to be formatting.
Public property IsSigned
Gets or sets a value indicating whether the number to be formatted is signed.
Public property OffsetAmount
Gets an offset amount calculated from the value of WholeDigits.
Public property WholeDigits
Gets or sets the whole digits in the number to be formatting.

See Also