Android.Database.ICursor.CopyStringToBuffer Method
Retrieves the requested column text and stores it in the buffer provided.

Syntax

[Android.Runtime.Register("copyStringToBuffer", "(ILandroid/database/CharArrayBuffer;)V", "GetCopyStringToBuffer_ILandroid_database_CharArrayBuffer_Handler:Android.Database.ICursorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void CopyStringToBuffer (int columnIndex, CharArrayBuffer buffer)

Parameters

columnIndex
the zero-based index of the target column. if the target column is null, return buffer
buffer
the buffer to copy the text into.

Remarks

Retrieves the requested column text and stores it in the buffer provided. If the buffer size is not sufficient, a new char buffer will be allocated and assigned to CharArrayBuffer.data

[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