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

unitString(fromValue:unit:)

Returns the unit string based on the provided value and unit. 提供された値と単位に基づく単位文字列を返します。

Declaration 宣言

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

Parameters パラメータ

value

The length’s value for the provided unit. 提供された単位に対するこの長さの値。

unit

The unit to use in the resulting length string. 結果の長さ文字列において使うための単位。

Return Value 戻り値

A localized string representing the given unit. The provided value determines whether the unit is plural or singular. 与えられた単位を表しているローカライズされた文字列。提供された値が、単位が複数形か単数形かを決定します。

See Also 参照

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