string(fromByteCount:)
Converts a byte count into a string without creating an NSNumber object.
Declaration
func string(fromByteCount byteCount: Int64) -> StringParameters
- byteCount:
The byte count.
Return Value
A string containing the formatted byteCount value.