Instance Property インスタンスプロパティ

isForPersonHeightUse

A Boolean value that indicates whether the resulting string represents a person’s height. 結果文字列がある個人の身長を表しているかどうかを指し示すブール値。

Declaration 宣言

var isForPersonHeightUse: Bool { get set }

Discussion 議論

Returns true if the value passed to string(fromMeters:) or unitString(fromMeters:usedUnit:) is a person's height; otherwise, false. By default, this property returns false. trueを、もしstring(fromMeters:)またはunitString(fromMeters:usedUnit:)に渡された値が個人の身長ならば;そうでなければfalseを返します。初期状態では、このプロパティはfalseを返します。

The length formatter uses this property when determining the best unit for a given locale (for example, in the string(fromMeters:) method). 長さフォーマッタは、与えられたロケールに対して最良の単位を決定する場合にこのプロパティを使います(例えば、string(fromMeters:)メソッドにおいて)。

See Also 参照

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