ProtocolParseable
ParseableFormatStyle
A type that can convert a given input data type into a representation in an output type.
ある型、それは与えられた入力データ型をある出力型における表現へと変換できるものです。
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 ParseableFormatStyle
Topics 話題
Declaring Parse Strategy
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 number: Decimal.FormatStyle
Available when
Self
is Decimal
.
FormatStyle
.
Self
がDecimal
.
FormatStyle
である時に利用可能。
static var percent: Decimal.FormatStyle.Percent
Available when
Self
is Decimal
.
FormatStyle
.
Percent
.
Self
がDecimal
.
FormatStyle
.
Percent
である時に利用可能。
Type Methods 型メソッド
static func currency(code: String) -> Self
Available when
Self
is Decimal
.
FormatStyle
.
Currency
.
Self
がDecimal
.
FormatStyle
.
Currency
である時に利用可能。
static func name(style: PersonNameComponents.FormatStyle.Style) -> Self
Available when
Self
is PersonNameComponents
.
FormatStyle
.
Self
がPersonNameComponents
.
FormatStyle
である時に利用可能。
Relationships 関係
Inherits From 継承元
Conforming Types これらの型が準拠
-
Date
.Format Style -
Date
.ISO8601Format Style -
Date
.Verbatim Format Style -
Decimal
.Format Style -
Decimal
.Format Style .Currency -
Decimal
.Format Style .Percent -
Floating
Point Format Style -
Floating
Point Format Style .Currency -
Floating
Point Format Style .Percent -
Integer
Format Style -
Integer
Format Style .Currency -
Integer
Format Style .Percent -
Person
Name Components .Format Style