MonobjcMonobjc Documented Class Library
NSNumberFormatterPadPosition Enumeration
NamespacesMonobjc.FoundationNSNumberFormatterPadPosition

These constants are used to specify how numbers should be padded. These constants are used by the paddingPosition and setPaddingPosition: methods.

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSNumberFormatterPadPosition
Public Enumeration NSNumberFormatterPadPosition
public enum class NSNumberFormatterPadPosition
Members
MemberDescription
NSNumberFormatterPadBeforePrefix

Specifies that the padding should occur before the prefix.

Available in Mac OS X v10.4 and later.


NSNumberFormatterPadAfterPrefix

Specifies that the padding should occur after the prefix.

Available in Mac OS X v10.4 and later.


NSNumberFormatterPadBeforeSuffix

Specifies that the padding should occur before the suffix.

Available in Mac OS X v10.4 and later.


NSNumberFormatterPadAfterSuffix

Specifies that the padding should occur after the suffix.

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)