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

encodeBool:forKey:

Encodes a given Boolean value and associates it with a key. 与えられたブール値をエンコードして、それをあるキーと結びつけます。

Declaration 宣言

- (void)encodeBool:(BOOL)value 
            forKey:(NSString *)key;

Parameters パラメータ

boolv

The value to encode. エンコードする値。

key

The key with which to associate boolv. This value must not be nil. このキーとboolvを結び付けます。この値は、nilではいけません。

See Also 参照

Encoding Data and Objects データとオブジェクトをエンコードする

Related Documentation 関連文書