func string(fromByteCount : Int64) -> String
Converts a byte count into a string without creating an
NSNumber
object.
あるバイト計数を文字列へ変換します、NSNumber
オブジェクトの作成なしにです。
NSNumber
object.
あるバイト計数を指定された文字列書式へ変換します、NSNumber
オブジェクトの作成なしにです。
Availability 有効性
Technology
class func string(fromByteCount byteCount: Int64
,
countStyle: ByteCountFormatter
.CountStyle
) -> String
byteCount
The byte count. バイト計数。
countStyle
The formatter style. See Byte
for possible values.
フォーマッタ形式。Byte
を可能な値のために見てください。
A string containing the formatted byte
value.
書式設定されたbyte
値を含んでいる文字列。
func string(fromByteCount : Int64) -> String
NSNumber
object.
あるバイト計数を文字列へ変換します、NSNumber
オブジェクトの作成なしにです。