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

stringFromValue:unit:

Returns a properly formatted energy string for the given value and unit. 与えられた値と単位に対して適切に書式設定されたエネルギー文字列を返します。

Declaration 宣言

- (NSString *)stringFromValue:(double)value 
                         unit:(NSEnergyFormatterUnit)unit;

Parameters パラメータ

value

The energy value in the given unit. 与えられた単位でのエネルギー値。

unit

The unit used in the resulting energy string. 結果のエネルギー文字列で使われる単位。

Return Value 戻り値

A localized string that combines the provided value and unit. 提供された値と単位を組み合わせるローカライズされた文字列。

See Also 参照

Formatting Energy Strings エネルギー文字列を書式設定する