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

forPersonHeightUse

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

Declaration 宣言

@property(getter=isForPersonHeightUse) BOOL forPersonHeightUse;

Discussion 議論

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

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

See Also 参照

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