NSCoder.DecodeBool(String) Method

Definition

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

Applies to