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

string(fromValue:unit:)

Returns a properly formatted length string for the given value and unit. 与えられた値と単位に対して適切に書式設定された長さ文字列を返します。

Declaration 宣言

func string(fromValue value: Double, 
       unit: LengthFormatter.Unit) -> String

Parameters パラメータ

value

The length’s value in the given unit. 与えられた単位でのこの長さの値。

unit

The unit used in the resulting length string. 結果の長さ文字列において使われる単位。

Return Value 戻り値

A localized string that combines the provided value and unit. 提供された値と単位を組み合わせるローカライズされた文字列。

See Also 参照

Formatting Length Strings 長さ文字列を書式設定する