Specifies the FormatStyle applied to the person name components.
Return Value
戻り値
A string, formatted according to the provided style.
ある文字列、提供された形式により書式設定されます。
Discussion
議論
Use the formatted(_:) method to create a string representation of a person’s name with a customized length for specific uses. You can use the PersonNameComponents.FormatStyle static factory method name(style:) to create a custom format style as a parameter to the method.