Android.Widget.CursorAdapter.ConvertToStringFormatted Method

Syntax

[Android.Runtime.Register("convertToString", "(Landroid/database/Cursor;)Ljava/lang/CharSequence;", "GetConvertToString_Landroid_database_Cursor_Handler")]
public virtual Java.Lang.ICharSequence ConvertToStringFormatted (Android.Database.ICursor cursor)

Parameters

cursor
the cursor to convert to a CharSequence

Returns

Documentation for this section has not yet been entered.

Remarks

Converts the cursor into a CharSequence. Subclasses should override this method to convert their results. The default implementation returns an empty String for null values or the default String representation of the value.

[Android Documentation]

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1