Instance Method インスタンスメソッド

string(from:)

Creates and returns a localized string representation of the provided unit of measure. 提供された寸法単位のローカライズされた文字列表現を作成して返します。

Declaration 宣言

func string(from unit: Unit) -> String

Parameters パラメータ

unit

The unit of measure to be represented. 表されることになる寸法の単位。

Return Value 戻り値

A user-readable string that represents the unit of measure. If the unit cannot be localized, the unit’s symbol value is used. 寸法の単位を表す、利用者が読むことができる文字列。結果がローカライズできないならば、単位の持つsymbol値が使われます。

See Also 参照

Converting Measurements 寸法を変換する