NSNumberFormatterPadPosition 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 whose values indicates where padding should be applied to numbers.
public enum NSNumberFormatterPadPosition
type NSNumberFormatterPadPosition =
- Inheritance
-
NSNumberFormatterPadPosition
Fields
Name | Value | Description |
---|---|---|
BeforePrefix | 0 | |
AfterPrefix | 1 | |
BeforeSuffix | 2 | |
AfterSuffix | 3 |