ProtocolParse
ParseStrategy
No overview available. 概要は利用可能でありません。
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 宣言
protocol ParseStrategy
Topics 話題
Declaring Input and Output Types 入力および出力型を宣言する
Performing Parsing 構文解析を実行する
Type Properties 型プロパティ
static var dateTime : Date.FormatStyle
Available when
Self
is Date
.
FormatStyle
.
Self
がDate
.
FormatStyle
である時に利用可能。
static var iso8601: Date.ISO8601FormatStyle
Available when
Self
is Date
.
ISO8601FormatStyle
.
Self
がDate
.
ISO8601FormatStyle
である時に利用可能。
static var name: PersonNameComponents.ParseStrategy
Available when
Self
is PersonNameComponents
.
ParseStrategy
.Relationships 関係
See Also 参照
Data Parsing in Swift Swiftにおけるデータ構文解析
protocol ParseableFormatStyle
A type that can convert a given input data type into a representation in an output type.
ある型、それは与えられた入力データ型をある出力型における表現へと変換できるものです。