RangeFormatInfo Properties

The RangeFormatInfo type exposes the following members.

Properties
  NameDescription
Public propertyBillionsFormat
Gets or sets a format defining how to display numbers in billions units.
(Inherited from FormatInfoBase.)
Public propertyFormat
Gets or sets a .NET format string defining how to display the number.
(Overrides FormatInfoBaseFormat.)
Public propertyIsLargeNumberFormattingPerValue
Gets or sets a value indicating whether large numbers are each formatted separately.
(Inherited from FormatInfoBase.)
Public propertyMillionsFormat
Gets or sets a format defining how to display numbers in millions units.
(Inherited from FormatInfoBase.)
Public propertyRange
Gets the range for which the specified format is active.
Public propertySymbol
Gets or sets a symbol that can be placed before or after the number.
(Inherited from FormatInfoBase.)
Public propertySymbolPlacement
Gets or sets the placement of the symbol if not a currency symbol.
(Inherited from FormatInfoBase.)
Public propertyThousandsFormat
Gets or sets a format defining how to display numbers in thousands units.
(Inherited from FormatInfoBase.)
Public propertyTrillionsFormat
Gets or sets a format defining how to display numbers in trillions units.
(Inherited from FormatInfoBase.)
Top
See Also