Contents

string(fromByteCount:)

Converts a byte count into a string without creating an NSNumber object.

Declaration

func string(fromByteCount byteCount: Int64) -> String

Parameters

  • byteCount:

    The byte count.

Return Value

A string containing the formatted byteCount value.

See Also

Creating Strings from Byte Count