ContentValues.GetAsFloat(String) Method

Definition

Gets a value and converts it to a Float.

[Android.Runtime.Register("getAsFloat", "(Ljava/lang/String;)Ljava/lang/Float;", "")]
public float GetAsFloat (string key);
[<Android.Runtime.Register("getAsFloat", "(Ljava/lang/String;)Ljava/lang/Float;", "")>]
member this.GetAsFloat : string -> single

Parameters

key
String

the value to get

Returns

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to