Click or drag to resize

UnitBaseFormat Property

Gets the default format for displaying quantities of the unit.

Namespace: InnerDrive.Quantitative
Assembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.0.8475.0
Syntax
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