NSNumberFormatterStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration of formats that can be used with numbers.
public enum NSNumberFormatterStyle
type NSNumberFormatterStyle =
- Inheritance
-
NSNumberFormatterStyle
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
Decimal | 1 | |
Currency | 2 | |
Percent | 3 | |
Scientific | 4 | |
SpellOut | 5 |