Generic StructureInteger
IntegerFormatStyle
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 IntegerFormatStyle<Value> where Value : BinaryInteger
Topics 話題
Declaring Input and Output Types 入力および出力型を宣言する
Creating an Integer Format Style 整数書式設定スタイルを作成する
Applying List Styles リストスタイルを適用する
Customizing Style Behavior スタイル挙動をカスタマイズする
Parsing Support 構文解析サポート
Acessing Style Locale スタイルロケールにアクセスする
Encoding and Decoding エンコーディングとデコーディング
Hashing ハッシュ化
Comparing Integer Format Styles 整数書式設定スタイルを比較する
Supporting Static Member Lookup 静的メンバ検索をサポートする
These types support expressing integer format styles as dot expressions in parameters to formatting methods, rather than needing to instantiate them.
これらの型は、整数書式設定スタイルをドット式として書式設定メソッドへのパラメータにおいて表すことをサポートします、それらのインスタンス化を必要とするのではなく。
Instance Properties インスタンスプロパティ
Type Properties 型プロパティ
Instance Methods インスタンス メソッド
Type Methods 型メソッド
Operator Functions 演算子関数
Relationships 関係
Conforms To 次に準拠
See Also 参照
Data Formatting in Swift Swiftでのデータ書式設定
struct FormatStyleCapitalizationContext
The capitalization formatting context used when formatting dates and times.
日付と時刻を書式設定する時に使われる、キャピタライズの書式設定文脈。
struct ListFormatStyle
A type used to format lists of items with a separator and conjunction appropriate for a given locale.
項目いくつかからなるリストそれらをある与えられたロケールに適した区切りと接続詞で書式設定するために使われるある型。
Format Style Configurations
書式設定スタイル構成設定
Collections of behaviors for traits like numeric precision, rounding, and scale, used for formatting and parsing numeric values.
数値精度、丸め、そして記数法のような特徴に対する挙動のコレクション、数値を書式設定および構文解析するために使われます。