共用方式為


NSCoder.DecodeBool(String) 方法

定義

將指定索引鍵的值解碼為 bool。

[Foundation.Export("decodeBoolForKey:")]
public virtual bool DecodeBool (string key);
abstract member DecodeBool : string -> bool
override this.DecodeBool : string -> bool

參數

key
String

識別要解碼之專案的索引鍵。

傳回

屬性

適用於