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

Syntax

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

Parameters

cursor
The cursor to read from
field
The REAL field to read
values
The Android.Content.ContentValues to put the value into
key
The key to store the value with in the map

Remarks

Reads a Double 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