Instance Method
インスタンスメソッド
getObjectValue(_:for:errorDescription:)
This method is not supported for the NSMassFormatter
class.
このメソッドは、NSMassFormatter
クラスに対してサポートされません。
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 Mass Strings
質量文字列を書式設定する
var isForPersonMassUse: Bool
A Boolean value that indicates whether the resulting string represents a person’s mass.
結果文字列がある個人の重さを表しているかどうかを指し示すブール値。
Related Documentation
関連文書