Instance Methodswift 6.0.3FoundationInternationalization
format(_:)
- iOS
- 15.0+
- macOS
- 12.0+
- tvOS
- 15.0+
- watchOS
- 8.0+
func format(_ value: Int64) -> String
func format(_ value: Int64) -> String
s30FoundationInternationalization20ByteCountFormatStyleV6formatySSs5Int64VF
What are these?1AX3Z
import FoundationInternationalization
struct ByteCountFormatStyle
@frozen struct Int64
A 64-bit signed integer value type.
@frozen struct String
A Unicode string value that is a collection of characters.
init(from decoder: any Decoder) throws
init(style: ByteCountFormatStyle.Style = .file, allowedUnits: ByteCountFormatStyle.Units = .all, spellsOutZero: Bool = true, includesActualByteCount: Bool = false, locale: Locale = .autoupdatingCurrent)
var allowedUnits: ByteCountFormatStyle.Units { get set }
var attributed: ByteCountFormatStyle.Attributed
var includesActualByteCount: Bool { get set }
var locale: Locale { get set }
var spellsOutZero: Bool { get set }
var style: ByteCountFormatStyle.Style { get set }
func locale(_ locale: Locale) -> ByteCountFormatStyle
struct Attributed
enum Style
struct Units