NSFormattingContext 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.
Enumerates the position of the data being formatted. Used with NSByteCountFormatter and NSDateComponentsFormatter.
public enum NSFormattingContext
type NSFormattingContext =
- Inheritance
-
NSFormattingContext
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | |
Dynamic | 1 | |
Standalone | 2 | |
ListItem | 3 | |
BeginningOfSentence | 4 | |
MiddleOfSentence | 5 |