NSCoder.DecodeFloat(String) Method

Definition

Decodes the value at the specified key as a float.

[Foundation.Export("decodeFloatForKey:")]
public virtual float DecodeFloat (string key);
abstract member DecodeFloat : string -> single
override this.DecodeFloat : string -> single

Parameters

key
String

The key identifying the item to decode.

Returns

Attributes

Applies to