MonobjcMonobjc Documented Class Library
NSNumberFormatterBehavior Enumeration
NamespacesMonobjc.FoundationNSNumberFormatterBehavior

These constants specify the behavior of a number formatter. These constants are returned by the defaultFormatterBehavior class method and the formatterBehavior instance methods; you set them with the setDefaultFormatterBehavior: class method and the setFormatterBehavior: instance method.

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSNumberFormatterBehavior
Public Enumeration NSNumberFormatterBehavior
public enum class NSNumberFormatterBehavior
Members
MemberDescription
NSNumberFormatterBehaviorDefault

The number-formatter behavior set as the default for new instances. You can set the default formatter behavior with the class method setDefaultFormatterBehavior:.

Available in Mac OS X v10.4 and later.


NSNumberFormatterBehavior10_0

The number-formatter behavior as it existed prior to Mac OS X v10.4.

Available in Mac OS X v10.4 and later.


NSNumberFormatterBehavior10_4

The number-formatter behavior since Mac OS X v10.4.

Available in Mac OS X v10.4 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)