UnitBaseFormat Property

Gets the default format for displaying quantities of the unit.

Definition

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
C#
[JsonIgnoreAttribute]
public virtual string BaseFormat { get; protected set; }

Property Value

String

Remarks

There are two parts to the format:
Valuemeaning
{0}The numeric portion of the displayed value
{1}The string portion of the displayed value
The default is "{0} {1}".

See Also