Humanizer.MetricNumeralFormats
MetricNumeralFormats Enum
Flags for formatting the metric representation of numerals.
public enum MetricNumeralFormats
Fields
UseLongScaleWord 1
Use the metric prefix <a href="https://en\.wikipedia\.org/wiki/Long\_and\_short\_scales"\>long scale word</a>.
UseName 2
Use the metric prefix <a href="https://en\.wikipedia\.org/wiki/Metric\_prefix\#List\_of\_SI\_prefixes"\>name\</a> instead of the symbol.
UseShortScaleWord 4
Use the metric prefix <a href="https://en\.wikipedia\.org/wiki/Long\_and\_short\_scales"\>short scale word</a>.
WithSpace 8
Include a space after the numeral.