ToAggregateString Method
Definition
- Assemblies
- Codebelt.Unitify.dll
ToAggregateString(bool, bool, bool)
Returns an aggregated string of all multiple and sub-multiple prefix of this instance.
public string ToAggregateString(bool includeMultiples = true, bool includeSubmultiples = true, bool includeUnit = true)
Parameters
includeMultiplesboolif set to
trueall multiple prefix is included in the aggregate.includeSubmultiplesboolif set to
trueall submultiple prefix is included in the aggregate.includeUnitboolif set to
truethe base unit is included in the aggregate.