Android.Database.DatabaseUtils.CursorStringToContentValues Method
Reads a String out of a field in a Cursor and writes it to a Map.

Syntax

[Android.Runtime.Register("cursorStringToContentValues", "(Landroid/database/Cursor;Ljava/lang/String;Landroid/content/ContentValues;)V", "")]
public static void CursorStringToContentValues (ICursor cursor, string field, Android.Content.ContentValues values)

Parameters

cursor
The cursor to read from
field
The TEXT field to read
values
The Android.Content.ContentValues to put the value into, with the field as the key

Remarks

Reads a String out of a field in a Cursor and writes it to a Map.

[Android Documentation]

Requirements

Namespace: Android.Database
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1