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