NSPersonNameComponentsFormatter.GetLocalizedString Method
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.
Returns a formatted and localized string that represents components
.
[Foundation.Export("localizedStringFromPersonNameComponents:style:options:")]
public static string GetLocalizedString (Foundation.NSPersonNameComponents components, Foundation.NSPersonNameComponentsFormatterStyle nameFormatStyle, Foundation.NSPersonNameComponentsFormatterOptions nameOptions);
static member GetLocalizedString : Foundation.NSPersonNameComponents * Foundation.NSPersonNameComponentsFormatterStyle * Foundation.NSPersonNameComponentsFormatterOptions -> string
Parameters
- components
- NSPersonNameComponents
The components to format.
- nameFormatStyle
- NSPersonNameComponentsFormatterStyle
The format style to use.
- nameOptions
- NSPersonNameComponentsFormatterOptions
The formatting options to use.
Returns
A formatted and localized string that represents components
.
- Attributes