次の方法で共有


NSByteCountFormatterUnits 列挙型

定義

によって表示される単位を指定する値を NSByteCountFormatter持つ列挙体。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

[System.Flags]
public enum NSByteCountFormatterUnits
type NSByteCountFormatterUnits = 
継承
NSByteCountFormatterUnits
属性

フィールド

UseAll 65535
UseBytes 1
UseDefault 0
UseEB 64
UseGB 8
UseKB 2
UseMB 4
UsePB 32
UseTB 16
UseYBOrHigher 65280
UseZB 128

適用対象