Instance Propertyswift 6.0.3FoundationInternationalization
includesActualByteCount
- iOS
- 15.0+
- macOS
- 12.0+
- tvOS
- 15.0+
- watchOS
- 8.0+
var includesActualByteCount: Bool
var includesActualByteCount: Bool
s30FoundationInternationalization20ByteCountFormatStyleV10AttributedV014includesActualcD0Sbvp
What are these?5LMTT
import FoundationInternationalization
struct Attributed
struct ByteCountFormatStyle
@frozen struct Bool
A value type whose instances are either true
or false
.
init(from decoder: any Decoder) throws
var allowedUnits: ByteCountFormatStyle.Units
var locale: Locale
var spellsOutZero: Bool
var style: ByteCountFormatStyle.Style
func format(_ value: Int64) -> AttributedString
func locale(_ locale: Locale) -> ByteCountFormatStyle.Attributed