NSCoder.DecodeDouble(String) Method

Definition

Decodes the value at the specified key as a double.

[Foundation.Export("decodeDoubleForKey:")]
public virtual double DecodeDouble (string key);
abstract member DecodeDouble : string -> double
override this.DecodeDouble : string -> double

Parameters

key
String

The key identifying the item to decode.

Returns

Attributes

Applies to