NSCoder.DecodeInt(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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