NSPersonNameComponentsFormatter.GetString(NSPersonNameComponents) 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 string that represents components
.
[Foundation.Export("stringFromPersonNameComponents:")]
public virtual string GetString (Foundation.NSPersonNameComponents components);
abstract member GetString : Foundation.NSPersonNameComponents -> string
override this.GetString : Foundation.NSPersonNameComponents -> string
Parameters
- components
- NSPersonNameComponents
Returns
A formatted string that represents components
.
- Attributes