Android.Database.CursorWindow.PutString Method
Copies a string into the field at the specified row and column index.

Syntax

[Android.Runtime.Register("putString", "(Ljava/lang/String;II)Z", "GetPutString_Ljava_lang_String_IIHandler")]
public virtual bool PutString (string value, int row, int col)

Parameters

value
The value to store.
row
The zero-based row index.
column
The zero-based column index.

Returns

Documentation for this section has not yet been entered.

Remarks

Copies a string into the field at the specified row and column index.

[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