UnitBaseFormat Property
Gets the default format for displaying quantities of the unit.
Namespace: InnerDrive.QuantitativeAssembly: InnerDrive.Quantitative (in InnerDrive.Quantitative.dll) Version: 5.2.9017.0
[JsonIgnoreAttribute]
public virtual string BaseFormat { get; protected set; }
Property Value
String There are two parts to the format:
Value | meaning |
---|
{0} | The numeric portion of the displayed value |
{1} | The string portion of the displayed value |
The default is "{0} {1}".