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

string(fromMeters:)

Returns a length string for the provided value. 提供される値に対する長さ文字列を返します。

Declaration 宣言

func string(fromMeters numberInMeters: Double) -> String

Parameters パラメータ

numberInMeters

The length’s value in meters. メートルでのこの長さの値。

Return Value 戻り値

A string that combines a value and a unit string appropriate for the formatter’s locale. 値と単位文字列をフォーマッタの持つロケールに適切に組み合わせる文字列。

Discussion 議論

This method converts the provided length into units appropriate for the formatter’s locale. このメソッドは、提供された長さを、フォーマッタのロケールに適切な単位へと変換します。

See Also 参照

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