Share via


NSFormattingContext Enum

Definition

Enumerates the position of the data being formatted. Used with NSByteCountFormatter and NSDateComponentsFormatter.

[ObjCRuntime.Native]
public enum NSFormattingContext
[<ObjCRuntime.Native>]
type NSFormattingContext = 
Inheritance
NSFormattingContext
Attributes

Fields

Name Value Description
Unknown 0
Dynamic 1
Standalone 2
ListItem 3
BeginningOfSentence 4
MiddleOfSentence 5

Applies to