次の方法で共有


NSCoder.DecodeLong(String) メソッド

定義

指定したキーの値を long としてデコードします。

[Foundation.Export("decodeInt64ForKey:")]
public virtual long DecodeLong (string key);
abstract member DecodeLong : string -> int64
override this.DecodeLong : string -> int64

パラメーター

key
String

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

戻り値

属性

適用対象