Instance Propertyswift 6.0.3FoundationInternationalization
includesActualByteCount
- iOS
- 15.0+
- macOS
- 12.0+
- tvOS
- 15.0+
- watchOS
- 8.0+
var includesActualByteCount: Bool { get set }
var includesActualByteCount: Bool { get set }
s30FoundationInternationalization20ByteCountFormatStyleV014includesActualcD0Sbvp
What are these?2Y52R
import FoundationInternationalization
struct ByteCountFormatStyle
@frozen struct Bool
A value type whose instances are either true
or false
.
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 locale: Locale { get set }
var spellsOutZero: Bool { get set }
var style: ByteCountFormatStyle.Style { get set }
func format(_ value: Int64) -> String
func locale(_ locale: Locale) -> ByteCountFormatStyle
struct Attributed
enum Style
struct Units