Generic StructureDecimal
Decimal.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 宣言
struct ParseStrategy<Format> where Format : FormatStyle
, Format.FormatInput
== Decimal
Topics 話題
Type Aliases 型エイリアス
Initializers イニシャライザ
init(format: Format, lenient: Bool)
Available when
Format
is Decimal
.
FormatStyle
.
Percent
.
Format
がDecimal
.
FormatStyle
.
Percent
である時に利用可能。
init(format: Format, lenient: Bool)
Available when
Format
is Decimal
.
FormatStyle
.
Currency
.
Format
がDecimal
.
FormatStyle
.
Currency
である時に利用可能。
init(format: Format, lenient: Bool)
Available when
Format
is Decimal
.
FormatStyle
.
Format
がDecimal
.
FormatStyle
である時に利用可能。