次の方法で共有


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

デコードする項目を識別するキー。

戻り値

属性

適用対象