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

stringFromValue:unit:

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

Declaration 宣言

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

Parameters パラメータ

value

The mass’s value in the given unit. 与えられた単位でのこの質量の値。

unit

The unit used in the resulting mass string. 結果の質量文字列で使われる単位。

Return Value 戻り値

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

See Also 参照

Formatting Mass Strings 質量文字列を書式設定する