ContentValues.Get(String) Method

Definition

Gets a value.

C#
[Android.Runtime.Register("get", "(Ljava/lang/String;)Ljava/lang/Object;", "")]
public Java.Lang.Object? Get (string? key);

Parameters

key
String

the value to get

Returns

the data for the value, or null if the value is missing or if null was previously added with the given key

Attributes

Remarks

Gets a value. Valid value types are String, Boolean, Number, and byte[] implementations.

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

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

Product Versions
.NET for Android .NET for Android API 34, .NET for Android API 35