Instance Property インスタンスプロパティ

includesActualByteCount

Determines whether to include the number of bytes after the formatted string. 書式設定した文字列の後にバイト数を含むかどうかを決定します。

Declaration 宣言

@property BOOL includesActualByteCount;

Discussion 議論

Setting this value to YES causes the byte count to be displayed parenthetically (localized as appropriate), for instance 723 KB (722,842 bytes). This will happen only if needed, that is, the first part is already not showing the exact byte count. この値をYESに設定することは、バイト計数が挿入句として表示されるようにします(適切にローカライズされて)、例えば723 KB (722,842 bytes)。これは必要とされる場合にのみ起こります、すなわち、最初の部分がまだ正確なバイト計数を表示していない場合。

If includesUnit or includesCount are NO, then this setting has no effect. includesUnitまたはincludesCountNOならば、その時この設定は効果を持ちません。

Default value is NO. 省略時の値はNOです。

See Also 参照

Setting Formatting Styles 書式形式を設定する