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.
| C# | Visual Basic | Visual C++ |
public enum NSNumberFormatterPadPosition
Public Enumeration NSNumberFormatterPadPosition
public enum class NSNumberFormatterPadPosition
| Member | Description |
|---|---|
| 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. |
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)