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