decodeBool(forKey:)
Decodes a Boolean value associated with a given key.
Declaration
func decodeBool(forKey key: String) -> BoolParameters
- key:
A key in the archive within the current decoding scope.
keymust not benil.
Return Value
The Boolean value associated with the key key. Returns false if key does not exist.