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
s30FoundationInternationalization30NumberFormatStyleConfigurationO31DecimalSeparatorDisplayStrategyV4fromAEs7Decoder_p_tKcfc
What are these?4KG1W
import FoundationInternationalization
struct DecimalSeparatorDisplayStrategy
enum NumberFormatStyleConfiguration
protocol Decoder
A type that can decode values from a native format into in-memory representations.
static var always: NumberFormatStyleConfiguration.DecimalSeparatorDisplayStrategy { get }
static var automatic: NumberFormatStyleConfiguration.DecimalSeparatorDisplayStrategy { get }
var description: String { get }