CursorWrapper.CopyStringToBuffer(Int32, CharArrayBuffer) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the requested column text and stores it in the buffer provided.
[Android.Runtime.Register("copyStringToBuffer", "(ILandroid/database/CharArrayBuffer;)V", "GetCopyStringToBuffer_ILandroid_database_CharArrayBuffer_Handler")]
public virtual void CopyStringToBuffer (int columnIndex, Android.Database.CharArrayBuffer? buffer);
[<Android.Runtime.Register("copyStringToBuffer", "(ILandroid/database/CharArrayBuffer;)V", "GetCopyStringToBuffer_ILandroid_database_CharArrayBuffer_Handler")>]
abstract member CopyStringToBuffer : int * Android.Database.CharArrayBuffer -> unit
override this.CopyStringToBuffer : int * Android.Database.CharArrayBuffer -> unit
Parameters
- columnIndex
- Int32
the zero-based index of the target column. if the target column is null, return buffer
- buffer
- CharArrayBuffer
the buffer to copy the text into.
Implements
- Attributes
Remarks
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.