Structureswift 6.0.3FoundationEssentials
NumberFormatAttributes
- iOS
- 15+
- macOS
- 12+
- tvOS
- 15+
- watchOS
- 8+
struct NumberFormatAttributes
struct NumberFormatAttributes
s20FoundationEssentials15AttributeScopesO0A10AttributesV012NumberFormatE0V
What are these?5M1EB
import FoundationEssentials
struct FoundationAttributes
@frozen enum AttributeScopes
let alternateDescription: AttributeScopes.FoundationAttributes.AlternateDescriptionAttribute
let byteCount: AttributeScopes.FoundationAttributes.ByteCountAttribute
let dateField: AttributeScopes.FoundationAttributes.DateFieldAttribute
let durationField: AttributeScopes.FoundationAttributes.DurationFieldAttribute
let imageURL: AttributeScopes.FoundationAttributes.ImageURLAttribute
let languageIdentifier: AttributeScopes.FoundationAttributes.LanguageIdentifierAttribute
let link: AttributeScopes.FoundationAttributes.LinkAttribute
let measurement: AttributeScopes.FoundationAttributes.MeasurementAttribute
let numberFormat: AttributeScopes.FoundationAttributes.NumberFormatAttributes
let personNameComponent: AttributeScopes.FoundationAttributes.PersonNameComponentAttribute
let replacementIndex: AttributeScopes.FoundationAttributes.ReplacementIndexAttribute
@frozen enum AlternateDescriptionAttribute
@frozen enum ByteCountAttribute
@frozen enum DateFieldAttribute
@frozen enum DurationFieldAttribute
@frozen enum ImageURLAttribute
@frozen enum LanguageIdentifierAttribute
@frozen enum LinkAttribute
struct MeasurementAttribute
@frozen enum PersonNameComponentAttribute
@frozen enum ReplacementIndexAttribute
protocol AttributeScope : DecodingConfigurationProviding, EncodingConfigurationProviding
protocol DecodingConfigurationProviding
protocol EncodingConfigurationProviding
let numberPart: AttributeScopes.FoundationAttributes.NumberFormatAttributes.NumberPartAttribute
let numberSymbol: AttributeScopes.FoundationAttributes.NumberFormatAttributes.SymbolAttribute
@frozen enum NumberPartAttribute
@frozen enum SymbolAttribute
static var decodingConfiguration: AttributeScopeCodableConfiguration { get }
static var encodingConfiguration: AttributeScopeCodableConfiguration { get }