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

getObjectValue(_:for:errorDescription:)

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

Declaration 宣言

func getObjectValue(_ obj: AutoreleasingUnsafeMutablePointer<AnyObject?>?, 
                for string: String, 
   errorDescription error: AutoreleasingUnsafeMutablePointer<NSString?>?) -> Bool

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 戻り値

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

Discussion 議論

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

See Also 参照

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

Related Documentation 関連文書