CursorWindow.PutString(String, Int32, Int32) Method

Definition

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

[Android.Runtime.Register("putString", "(Ljava/lang/String;II)Z", "GetPutString_Ljava_lang_String_IIHandler")]
public virtual bool PutString (string? value, int row, int column);
[<Android.Runtime.Register("putString", "(Ljava/lang/String;II)Z", "GetPutString_Ljava_lang_String_IIHandler")>]
abstract member PutString : string * int * int -> bool
override this.PutString : string * int * int -> bool

Parameters

value
String

The value to store.

row
Int32

The zero-based row index.

column
Int32

The zero-based column index.

Returns

True if successful.

Attributes

Remarks

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

Java documentation for android.database.CursorWindow.putString(java.lang.String, int, int).

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