Enumeration 列挙

Formatter.UnitStyle

Specifies the width of the unit, determining the textual representation. テキスト表現を判断して、単位の幅を指定します。

Declaration 宣言

enum UnitStyle : Int, @unchecked Sendable

Overview 概要

The unit is represented in the shortest notation available. For example, for English, when formatting "3 pounds": Formatter.UnitStyle.long is "3 pounds"; Formatter.UnitStyle.medium is "3 lb"; Formatter.UnitStyle.short is "3#". 単位は、可能な最も短い表記法で表されます。例えば、英語に対して、"3 pounds" を書式設定する場合:Formatter.UnitStyle.longは "3 pounds" です;Formatter.UnitStyle.mediumは "3 lb" です;Formatter.UnitStyle.shortは "3#" です。

Topics 話題

Constants 定数

Relationships 関係

Conforms To 次に準拠