DecimalSeparatorDisplayStrategy
- iOS
- 15.0+
- macOS
- 12.0+
- tvOS
- 15.0+
- watchOS
- 8.0+
struct DecimalSeparatorDisplayStrategy
struct DecimalSeparatorDisplayStrategy
s30FoundationInternationalization30NumberFormatStyleConfigurationO31DecimalSeparatorDisplayStrategyV
What are these?96AU1
import FoundationInternationalization
enum NumberFormatStyleConfiguration
struct Grouping
struct Notation
struct Precision
struct SignDisplayStrategy
typealias RoundingRule = FloatingPointRoundingRule
protocol CustomStringConvertible
A type with a customized textual representation.
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 always: NumberFormatStyleConfiguration.DecimalSeparatorDisplayStrategy { get }
static var automatic: NumberFormatStyleConfiguration.DecimalSeparatorDisplayStrategy { get }
var description: String { get }
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.