Instance Propertyswift 6.0.3FoundationInternationalization
attributed
- iOS
- 15.0+
- macOS
- 12.0+
- tvOS
- 15.0+
- watchOS
- 8.0+
var attributed: ByteCountFormatStyle.Attributed
var attributed: ByteCountFormatStyle.Attributed
s30FoundationInternationalization20ByteCountFormatStyleV10attributedAC10AttributedVvp
What are these?87WPR
import FoundationInternationalization
struct ByteCountFormatStyle
struct Attributed
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 includesActualByteCount: Bool { get set }
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
enum Style
struct Units