Enumeration 列挙

NSFormattingUnitStyle

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

Declaration 宣言

typedef enum NSFormattingUnitStyle : NSInteger {
    ...
} NSFormattingUnitStyle;

Overview 概要

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

Topics 話題

Constants 定数