forPersonMassUse
A Boolean value that indicates whether the resulting string represents a person’s mass.
結果文字列がある個人の重さを表しているかどうかを指し示すブール値。
- getObjectValue:forString:errorDescription:
This method is not supported for the
NSMassFormatter
class.
このメソッドは、NSMassFormatter
クラスに対してサポートされません。
numberFormatter
The number formatter used to format the numbers in a mass strings.
質量文字列の中の数値を書式設定するために使われる数値フォーマッタ。
- stringFromKilograms:
Returns a mass string for the provided value.
提供される値に対する質量文字列を返します。
- stringFromValue:unit:
Returns a properly formatted mass string for the given value and unit.
与えられた値と単位に対して適切に書式設定された質量文字列を返します。
- unitStringFromKilograms:usedUnit:
Returns the unit string for the provided value.
提供された値に対する単位文字列を返します。
- unitStringFromValue:unit:
Returns the unit string based on the provided value and unit.
提供された値と単位に基づく単位文字列を返します。