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

decodeBoolForKey:

Decodes a Boolean value associated with a given key. 与えられたキーと結び付けられたブール値をデコードします。

Declaration 宣言

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

Parameters パラメータ

key

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

Return Value 戻り値

The Boolean value associated with the key key. Returns NO if key does not exist. キーkeyと結び付けられたブール値。NOを返します、もしkeyが存在しないならば。

See Also 参照

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

Related Documentation 関連文書