MeasureUsageFormatInfoData Properties

The MeasureUsageFormatInfoData type exposes the following members.

Properties
  NameDescription
Public propertyBillionsFormat
Gets or sets a format defining how to display numbers in billions units.
(Inherited from FormatInfoBaseData.)
Public propertyFormat
Gets or sets a .NET format string defining how to display the number.
(Inherited from FormatInfoBaseData.)
Public propertyIsLargeNumberFormattingPerValue
Gets or sets a value indicating whether large numbers are each formatted separately.
(Inherited from FormatInfoBaseData.)
Public propertyMillionsFormat
Gets or sets a format defining how to display numbers in millions units.
(Inherited from FormatInfoBaseData.)
Public propertyRangeOverrides
Gets the range overrides, if any.
(Inherited from MeasureFormattingInfoBaseData.)
Public propertySymbol
Gets or sets a symbol that can be placed before or after the number.
(Inherited from FormatInfoBaseData.)
Public propertySymbolPlacement
Gets or sets the placement of the symbol if not a currency symbol.
(Inherited from FormatInfoBaseData.)
Public propertyThousandsFormat
Gets or sets a format defining how to display numbers in thousands units.
(Inherited from FormatInfoBaseData.)
Public propertyTrillionsFormat
Gets or sets a format defining how to display numbers in trillions units.
(Inherited from FormatInfoBaseData.)
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
See Also