NSPersonNameComponentsFormatterStyle 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 values that control the way that names are displayed.
public enum NSPersonNameComponentsFormatterStyle
type NSPersonNameComponentsFormatterStyle =
- Inheritance
-
NSPersonNameComponentsFormatterStyle
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Display a medium-length representation of the name. Equivalent to |
Short | 1 | Display a shortened form of the name by abbreviating or omitting various, user-specified, components. |
Medium | 2 | Display a medium-length representation of the name. Equivalent to |
Long | 3 | Use all available name components, except for the nickname, to display the name. |
Abbreviated | 4 | Display the most abbreviated form of the name. |