Instance Propertyswift 6.0.3FoundationInternationalization
style
- iOS
- 15.0+
- macOS
- 12.0+
- tvOS
- 15.0+
- watchOS
- 8.0+
var style: ByteCountFormatStyle.Style { get set }
var style: ByteCountFormatStyle.Style { get set }
s30FoundationInternationalization20ByteCountFormatStyleV5styleAC0F0Ovp
What are these?2IUJO
import FoundationInternationalization
struct ByteCountFormatStyle
enum Style
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 }
func format(_ value: Int64) -> String
func locale(_ locale: Locale) -> ByteCountFormatStyle
struct Attributed
struct Units