func string(from: Unit) -> String
Creates and returns a localized string representation of the provided unit of measure.
提供された寸法単位のローカライズされた文字列表現を作成して返します。
Availability 有効性
Technology
func string(from measurement: Measurement
<Unit
>) -> String
measurement
The measurement to be represented. 表現されることになる寸法。
A user-readable string that represents the measurement. この寸法を表す、利用者が読むことができる文字列。
func string(from: Unit) -> String