Enum NumberLength
Determines the length rules for NumberFormatter numeric quantities.
Namespace: Sepia.Globalization.Numbers
Assembly: Sepia.Globalization.dll
Syntax
public enum NumberLength
Fields
| Name | Description |
|---|---|
| Default | The normal locale specific way to format a base 10 number. |
| Full | The full locale specific wat to format a base 10 number. |
| Long | The long locale specific way to format a base 10 number; such as '1 thousand' for '1,000'. |
| Medium | The medium locale specific wat to format a base 10 number. |
| Short | The compact locale specific way to format a base 10 number; such as '1K' for '1,000'. |