NSCoder.DecodeBool(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Decodes the value at the specified key as a bool.
[Foundation.Export("decodeBoolForKey:")]
public virtual bool DecodeBool (string key);
abstract member DecodeBool : string -> bool
override this.DecodeBool : string -> bool
Parameters
- key
- String
The key identifying the item to decode.
Returns
- Attributes