Presentation
- iOS
- 15.0+
- macOS
- 12.0+
- tvOS
- 15.0+
- watchOS
- 8.0+
struct Presentation
struct Presentation
s30FoundationInternationalization32CurrencyFormatStyleConfigurationO12PresentationV
What are these?7G0SJ
import FoundationInternationalization
enum CurrencyFormatStyleConfiguration
struct SignDisplayStrategy
typealias DecimalSeparatorDisplayStrategy = NumberFormatStyleConfiguration.DecimalSeparatorDisplayStrategy
typealias Grouping = NumberFormatStyleConfiguration.Grouping
typealias Notation = NumberFormatStyleConfiguration.Notation
The type used to configure notation for currency format styles.
typealias Precision = NumberFormatStyleConfiguration.Precision
typealias RoundingRule = NumberFormatStyleConfiguration.RoundingRule
protocol Decodable
A type that can decode itself from an external representation.
protocol Encodable
A type that can encode itself to an external representation.
protocol Equatable
A type that can be compared for value equality.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
protocol Sendable
init(from decoder: any Decoder) throws
static var fullName: CurrencyFormatStyleConfiguration.Presentation { get }
static var isoCode: CurrencyFormatStyleConfiguration.Presentation { get }
static var narrow: CurrencyFormatStyleConfiguration.Presentation { get }
static var standard: CurrencyFormatStyleConfiguration.Presentation { get }
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.