FormatInfoBaseDataTrillionsFormat Property |
Gets or sets a format defining how to display numbers in trillions units.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[DataMemberAttribute(EmitDefaultValue = false, Name = "trillionsFormat")]
public string TrillionsFormat { get; set; }<DataMemberAttribute(EmitDefaultValue := false, Name := "trillionsFormat")>
Public Property TrillionsFormat As String
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"trillionsFormat")]
property String^ TrillionsFormat {
String^ get ();
void set (String^ value);
}[<DataMemberAttribute(EmitDefaultValue = false, Name = "trillionsFormat")>]
member TrillionsFormat : string with get, set
Property Value
Type:
StringA string that includes the character 0 to represent the number of trillions formatted by
Format,
combined with other characters to display; otherwise
to display the full number unmodified.
See Also