Instance Method
インスタンスメソッド
stringFromByteCount:
Converts a byte count into a string without creating an NSNumber
object.
あるバイト計数を文字列へ変換します、NSNumber
オブジェクトの作成なしにです。
Declaration
宣言
- (NSString
*)stringFromByteCount:(long long)byteCount;
Parameters
パラメータ
byteCount
Return Value
戻り値
A string containing the formatted byteCount
value.
書式設定されたbyteCount
値を含んでいる文字列。
See Also
参照
Creating Strings from Byte Count
バイト計数から文字列を作成する
+ stringFromByteCount:countStyle:
Converts a byte count into the specified string format without creating an NSNumber
object.
あるバイト計数を指定された文字列書式へ変換します、NSNumber
オブジェクトの作成なしにです。