Initializerswift 6.0.3FoundationInternationalization
init(from:)
- iOS
- 15.0+
- macOS
- 12.0+
- tvOS
- 15.0+
- watchOS
- 8.0+
init(from decoder: any Decoder) throws
init(from decoder: any Decoder) throws
s30FoundationInternationalization32CurrencyFormatStyleConfigurationO12PresentationV4fromAEs7Decoder_p_tKcfc
What are these?7VTPY
import FoundationInternationalization
struct Presentation
enum CurrencyFormatStyleConfiguration
protocol Decoder
A type that can decode values from a native format into in-memory representations.
static var fullName: CurrencyFormatStyleConfiguration.Presentation { get }
static var isoCode: CurrencyFormatStyleConfiguration.Presentation { get }
static var narrow: CurrencyFormatStyleConfiguration.Presentation { get }
static var standard: CurrencyFormatStyleConfiguration.Presentation { get }