ContentValues.GetAsInteger(String) Method

Definition

Gets a value and converts it to an Integer.

[Android.Runtime.Register("getAsInteger", "(Ljava/lang/String;)Ljava/lang/Integer;", "")]
public int GetAsInteger (string key);
[<Android.Runtime.Register("getAsInteger", "(Ljava/lang/String;)Ljava/lang/Integer;", "")>]
member this.GetAsInteger : string -> int

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