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

unitStringFromMeters:usedUnit:

Returns the unit string for the provided value. 提供された値に対する単位文字列を返します。

Declaration 宣言

- (NSString *)unitStringFromMeters:(double)numberInMeters 
                          usedUnit:(NSLengthFormatterUnit *)unitp;

Parameters パラメータ

numberInMeters

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

unitp

An output parameter. This will hold the NSLengthFormatterUnit value that corresponds to the returned units. 出力パラメータ。これは、NSLengthFormatterUnit値を保持します、それは返される単位に一致します。

Return Value 戻り値

A localized string representing the unit. 単位を表しているローカライズされた文字列。

Discussion 議論

This method selects the correct unit based on the formatter’s locale, the magnitude of the value, and the forPersonHeightUse property. このメソッドは、フォーマッタの持つロケール、値の規模、そしてforPersonHeightUseプロパティに基づいて正しい単位を選択します

See Also 参照

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