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

containsValueForKey:

Returns a Boolean value that indicates whether the archive contains a value for a given key within the current decoding scope. アーカイブがある与えられたキーに対する値を現在のデコードしているスコープ内に含むかどうかを指し示すブール値を返します。

Declaration 宣言

- (BOOL)containsValueForKey:(NSString *)key;

Parameters パラメータ

key

A key in the archive within the current decoding scope. key must not be nil. 現在のデコードスコープ内のアーカイブの中のあるキー。keyは、nilであってはいけません。

Return Value 戻り値

YES if the archive contains a value for key within the current decoding scope, otherwise NO. YES、もしアーカイブがkeyに対する値を現在のデコードスコープ内部に含むならば、そうでなければNO

See Also 参照

Decoding Data データをデコードする