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.
[Foundation.Export("localizedStringFromPersonNameComponents:style:options:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static string GetLocalizedString(Foundation.NSPersonNameComponents components, Foundation.NSPersonNameComponentsFormatterStyle nameFormatStyle, Foundation.NSPersonNameComponentsFormatterOptions nameOptions);
[<Foundation.Export("localizedStringFromPersonNameComponents:style:options:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetLocalizedString : Foundation.NSPersonNameComponents * Foundation.NSPersonNameComponentsFormatterStyle * Foundation.NSPersonNameComponentsFormatterOptions -> string
Parameters
- components
- NSPersonNameComponents
- nameFormatStyle
- NSPersonNameComponentsFormatterStyle
- nameOptions
- NSPersonNameComponentsFormatterOptions
Returns
- Attributes