NSByteCountFormatterCountStyle 枚举

定义

一个枚举,其值指定如何计算字节单位 (例如,如果“KB”指示) 1000 或 1024 字节。

public enum NSByteCountFormatterCountStyle
type NSByteCountFormatterCountStyle = 
继承
NSByteCountFormatterCountStyle

字段

Binary 3
Decimal 2
File 0
Memory 1

适用于