Instance Property
インスタンスプロパティ
parse
parseStrategy
The strategy used to parse a string into person name components.
Availability 有効性
- iOS 15.0+
- iPadOS 15.0+
- macOS 12.0+
- Mac Catalyst 15.0+
- tvOS 15.0+
- watchOS 8.0+
- Xcode 13.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
var parseStrategy: PersonNameComponents
.ParseStrategy
{ get }
Relationships 関係
From Protocol 由来プロトコル
See Also 参照
Parsing Person Name Components
init(String)
Creates a person name components object from a given string.
init<S>(S.ParseInput, strategy: S)
Creates a person name components object from a given string by applying the provided parsing strategy.
typealias PersonNameComponents.FormatStyle.Strategy
The strategy used to parse the input data.