MeasureFormatInfoFormat Property |
Gets or sets a .NET format string defining how to display the number.
Namespace:
Dundas.BI.Data.Metadata
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic override string Format { get; set; }Public Overrides Property Format As String
Get
Set
public:
virtual property String^ Format {
String^ get () override;
void set (String^ value) override;
}abstract Format : string with get, set
override Format : string with get, set
Property Value
Type:
String
Exceptions
RemarksSome of the supported values are:
N - Numeric, shows the thousands separator
C - Currency, shows negatives in parentheses and position a currency symbol
P - Percentage, multiplies by 100 and displays percentage symbol
E - Exponential notation
To specify precision, add the number of digits after the symbol.
See Also