Generic Structure

IntegerFormatStyle

No overview available. 概要は利用可能でありません。

Declaration 宣言

struct IntegerFormatStyle<Value> where Value : BinaryInteger

Topics 話題

Declaring Input and Output Types 入力および出力型を宣言する

Creating an Integer Format Style 整数書式設定スタイルを作成する

Customizing Style Behavior スタイル挙動をカスタマイズする

Parsing Support 構文解析サポート

Acessing Style Locale スタイルロケールにアクセスする

Encoding and Decoding エンコーディングとデコーディング

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. これらの型は、整数書式設定スタイルをドット式として書式設定メソッドへのパラメータにおいて表すことをサポートします、それらのインスタンス化を必要とするのではなく。

Relationships 関係

See Also 参照

Data Formatting in Swift Swiftでのデータ書式設定