FormatInfoBaseBillionsFormat Property

Gets or sets a format defining how to display numbers in billions units.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public string BillionsFormat { get; set; }

Property Value

Type: String
A string that includes the character 0 to represent the number of billions formatted by Format, combined with other characters to display; otherwise to display the full number unmodified.
See Also