Share via


NSCoder.DecodeBool(String) Method

Definition

[Foundation.Export("decodeBoolForKey:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool DecodeBool(string key);
[<Foundation.Export("decodeBoolForKey:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DecodeBool : string -> bool
override this.DecodeBool : string -> bool

Parameters

key
String

Returns

Attributes

Applies to