class func localizedString (from: PersonNameComponents, style: PersonNameComponentsFormatter.Style, options: PersonNameComponentsFormatter.Options) -> String
Returns a string formatted for a given
NSPersonNameComponents
object using the provided style and options.
与えられたNSPersonNameComponents
オブジェクトに対して書式設定される文字列を返します、提供されたスタイルとオブジェクトを使います。
func annotatedString (from: PersonNameComponents) -> NSAttributedString
Returns an attributed string formatted for a given
NSPersonNameComponents
object, with attribute annotations for each component.
ある書式設定された属性付き文字列を、ある与えられたNSPersonNameComponents
オブジェクトに対して返します、各構成要素に対して属性注釈をもちます。
func personNameComponents (from: String) -> PersonNameComponents?
Returns a person name components object from a given string.
ある与えられた文字列から個人名構成要素オブジェクトを返します。
func getObjectValue (AutoreleasingUnsafeMutablePointer<AnyObject?>?, for: String, errorDescription : AutoreleasingUnsafeMutablePointer<NSString?>?) -> Bool
Returns by reference a person name components object after creating it from a given string.
ある個人名構成要素オブジェクトをそれをある与えられた文字列から作成した後に参照によって返します。