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

getObjectValue:forString:errorDescription:

This method is not supported for the NSEnergyFormatter class. このメソッドは、NSEnergyFormatterクラスに対してサポートされません。

Declaration 宣言

- (BOOL)getObjectValue:(out id  _Nullable *)obj 
             forString:(NSString *)string 
      errorDescription:(out NSString * _Nullable *)error;

Parameters パラメータ

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に設定してください。

Return Value 戻り値

YES if the conversion from string was successful; otherwise, NO. YES、もし文字列からの変換がうまくいったならば;そうでなければ、NO

Discussion 議論

You can override this method in a subclass. For more information, see NSFormatter. あなたは、このメソッドをサブクラスにおいてオーバーライドできません。さらなる情報として、NSFormatterを見てください。

See Also 参照

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

Related Documentation 関連文書