Measure |
The MeasureFormatInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| MeasureFormatInfo | Initializes a new instance of the MeasureFormatInfo class. | |
| MeasureFormatInfo(String) | Initializes a new instance of the MeasureFormatInfo class. |
| Name | Description | |
|---|---|---|
| BillionsFormat |
Gets or sets a format defining how to display numbers in billions units.
(Inherited from FormatInfoBase) | |
| Format |
Gets or sets a .NET format string defining how to display the number.
(Inherited from FormatInfoBase) | |
| IsLargeNumberFormattingPerValue |
Gets or sets a value indicating whether large numbers are each formatted separately.
(Inherited from FormatInfoBase) | |
| MillionsFormat |
Gets or sets a format defining how to display numbers in millions units.
(Inherited from FormatInfoBase) | |
| RangeOverrides | Gets the range overrides, if any. | |
| Symbol |
Gets or sets a symbol that can be placed before or after the number.
(Inherited from FormatInfoBase) | |
| SymbolPlacement |
Gets or sets the placement of the symbol if not a currency symbol.
(Inherited from FormatInfoBase) | |
| ThousandsFormat |
Gets or sets a format defining how to display numbers in thousands units.
(Inherited from FormatInfoBase) | |
| TrillionsFormat |
Gets or sets a format defining how to display numbers in trillions units.
(Inherited from FormatInfoBase) |
| Name | Description | |
|---|---|---|
| ConfigureRangeOverride | Configures a numeric range format override. | |
| ResetRangeOverrides | Resets the range overrides. |