NSPersonNameComponentsFormatterOptions 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.
Contains a constant that, if specified, indicates that the phonetic representation of a name should be formatted, rather than the name object's own components.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum NSPersonNameComponentsFormatterOptions
type NSPersonNameComponentsFormatterOptions =
- Inheritance
-
NSPersonNameComponentsFormatterOptions
- Attributes
Fields
Name | Value | Description |
---|---|---|
Phonetic | 2 | Value that indicates that the phonetic representation of a name should be formatted, rather than the name object's own components. |