Open Instance Propertyswift 6.0.3Foundation
numberFormatter
var numberFormatter: NumberFormatter!
var numberFormatter: NumberFormatter!
s10Foundation15LengthFormatterC06numberC0AA06NumberC0CSgvp
What are these?6QMZE
import Foundation
class LengthFormatter
class NumberFormatter
override init()
required init?(coder: NSCoder)
var isForPersonHeightUse: Bool
var unitStyle: Formatter.UnitStyle
func string(fromMeters numberInMeters: Double) -> String
func string(fromValue value: Double, unit: LengthFormatter.Unit) -> String
func unitString(fromMeters numberInMeters: Double, usedUnit unitp: UnsafeMutablePointer<LengthFormatter.Unit>?) -> String
func unitString(fromValue value: Double, unit: LengthFormatter.Unit) -> String
enum Unit