Share via


NSNumberFormatterStyle Enum

Definition

An enumeration of formats that can be used with numbers.

[ObjCRuntime.Native]
public enum NSNumberFormatterStyle
[<ObjCRuntime.Native>]
type NSNumberFormatterStyle = 
Inheritance
NSNumberFormatterStyle
Attributes

Fields

Name Value Description
None 0
Decimal 1
Currency 2
Percent 3
Scientific 4
SpellOut 5
OrdinalStyle 6
CurrencyIsoCodeStyle 8
CurrencyPluralStyle 9
CurrencyAccountingStyle 10

Applies to