共用方式為


NSCoder.DecodeInt(String) 方法

定義

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

[Foundation.Export("decodeInt32ForKey:")]
public virtual int DecodeInt (string key);
abstract member DecodeInt : string -> int
override this.DecodeInt : string -> int

參數

key
String

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

傳回

屬性

適用於