Instance Method インスタンスメソッド

string(fromByteCount:)

Converts a byte count into a string without creating an NSNumber object. あるバイト計数を文字列へ変換します、NSNumberオブジェクトの作成なしにです。

Declaration 宣言

func string(fromByteCount byteCount: Int64) -> String

Parameters パラメータ

byteCount

The byte count. バイト計数。

Return Value 戻り値

A string containing the formatted byteCount value. 書式設定されたbyteCount値を含んでいる文字列。

See Also 参照

Creating Strings from Byte Count バイト計数から文字列を作成する