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

the Integer value, or null if the value is missing or cannot be converted

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.

Java documentation for android.content.ContentValues.getAsInteger(java.lang.String).

Applies to