NSByteCountFormatterUseDefault
This causes default units appropriate for the platform to be used. This is the default.
これは、プラットホームに使われるのに適切な省略時の単位です。これは、初期状態です。
NSByteCountFormatterUseBytes
Displays bytes in the formatter content.
フォーマッタ内容においてバイト数を表示します。
NSByteCountFormatterUseKB
Displays kilobytes in the formatter content.
フォーマッタ内容においてキロバイト数を表示します。
NSByteCountFormatterUseMB
Displays megabytes in the formatter content.
フォーマッタ内容においてメガバイト数を表示します。
NSByteCountFormatterUseGB
Displays gigabytes in the formatter content.
フォーマッタ内容においてギガバイト数を表示します。
NSByteCountFormatterUseTB
Displays terabytes in the formatter content.
フォーマッタ内容においてテラバイト数を表示します。
NSByteCountFormatterUsePB
Displays petabyte in the formatter content.
フォーマッタ内容においてペタバイト数を表示します。
NSByteCountFormatterUseEB
Displays exabytes in the formatter content.
フォーマッタ内容においてエクサバイト数を表示します。
NSByteCountFormatterUseZB
Displays zettabytes in the formatter content.
フォーマッタ内容においてゼタバイト数を表示します。
NSByteCountFormatterUseYBOrHigher
Displays yottabytes in the formatter content.
フォーマッタ内容においてヨタバイト数を表示します。
NSByteCountFormatterUseAll
Can use any unit in the formatter content.
フォーマッタ内容において何らかの単位を使うことができます。