forPersonHeightUse
numberFormatter
- stringFromMeters:
- stringFromValue:unit:
- unitStringFromMeters:usedUnit:
- unitStringFromValue:unit:
unitStyle
NSLengthFormatter
class.
このメソッドは、NSLengthFormatter
クラスに対してサポートされません。
Availability 有効性
Technology
obj
An output parameter. If overridden, this parameter should contain the object created from the provided string. 出力パラメータ。オーバーライドされるならば、このパラメータは提供された文字列から作成されるオブジェクトを含まなくてはなりません。
string
A string representation of the object. オブジェクトの文字列表現。
error
An output parameter. If overridden, this parameter should contain a description of any errors that occur. If you do not want to receive error messages, set this parameter to NULL
.
出力パラメータ。オーバーライドされるならば、このパラメータは出現する何らかのエラーの記述を含むべきです。あなたがエラーメッセージを受け取ることを望まないならば、このパラメータをNULL
に設定してください。
YES
if the conversion from string was successful; otherwise, NO
.
YES
、もし文字列からの変換がうまくいったならば;そうでなければ、NO
。
You can override this method in a subclass. For more information, see NSFormatter
.
あなたは、このメソッドをサブクラスにおいてオーバーライドできません。さらなる情報として、NSFormatter
を見てください。
forPersonHeightUse
numberFormatter
- stringFromMeters:
- stringFromValue:unit:
- unitStringFromMeters:usedUnit:
- unitStringFromValue:unit:
unitStyle
- getObjectValue:forString:errorDescription: