NSCoder.DecodeInt(String) Method

Definition

Decodes the value at the specified key as an int.

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

Parameters

key
String

The key identifying the item to decode.

Returns

Attributes

Applies to