Share via


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

标识要解码的项的键。

返回

属性

适用于