Open Instance Methodswift 6.0.3Foundation
unitString(fromMeters:usedUnit:)
func unitString(fromMeters numberInMeters: Double, usedUnit unitp: UnsafeMutablePointer<LengthFormatter.Unit>?) -> String
func unitString(fromMeters numberInMeters: Double, usedUnit unitp: UnsafeMutablePointer<LengthFormatter.Unit>?) -> String
s10Foundation15LengthFormatterC10unitString10fromMeters8usedUnitSSSd_SpyAC0I0OGSgtF
What are these?8HS98
import Foundation
class LengthFormatter
@frozen struct Double
A double-precision, floating-point value type.
@frozen struct UnsafeMutablePointer<Pointee> where Pointee : ~Copyable
A pointer for accessing and manipulating data of a specific type.
enum Unit
@frozen struct String
A Unicode string value that is a collection of characters.
override init()
required init?(coder: NSCoder)
var isForPersonHeightUse: Bool
var numberFormatter: NumberFormatter!
var unitStyle: Formatter.UnitStyle
func string(fromMeters numberInMeters: Double) -> String
func string(fromValue value: Double, unit: LengthFormatter.Unit) -> String
func unitString(fromValue value: Double, unit: LengthFormatter.Unit) -> String