Instance Propertyswift 6.0.3FoundationInternationalization
description
- iOS
- 15.0+
- macOS
- 12.0+
- tvOS
- 15.0+
- watchOS
- 8.0+
var description: String { get }
var description: String { get }
s30FoundationInternationalization30NumberFormatStyleConfigurationO8NotationV11descriptionSSvp
What are these?3J0IH
import FoundationInternationalization
struct Notation
enum NumberFormatStyleConfiguration
@frozen struct String
A Unicode string value that is a collection of characters.
init(from decoder: any Decoder) throws
static var automatic: NumberFormatStyleConfiguration.Notation { get }
static var compactName: NumberFormatStyleConfiguration.Notation { get }
Formats the number with localized prefixes or suffixes corresponding to powers of ten. Rounds to integer while showing at least two significant digits by default. For example, “42.3K” for 42300 for the “en_US” locale.
static var scientific: NumberFormatStyleConfiguration.Notation { get }