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

decodeBool(forKey:)

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

Declaration 宣言

func decodeBool(forKey key: String) -> Bool

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 false if key does not exist. キーkeyと結び付けられたブール値。falseを返します、もしkeyが存在しないならば。

See Also 参照

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

Related Documentation 関連文書