Android.Widget.SimpleCursorAdapter.CursorToStringConverter Property
Returns the converter used to convert the filtering Cursor into a String.

Syntax

[get: Android.Runtime.Register("getCursorToStringConverter", "()Landroid/widget/SimpleCursorAdapter$CursorToStringConverter;", "GetGetCursorToStringConverterHandler")]
[set: Android.Runtime.Register("setCursorToStringConverter", "(Landroid/widget/SimpleCursorAdapter$CursorToStringConverter;)V", "GetSetCursorToStringConverter_Landroid_widget_SimpleCursorAdapter_CursorToStringConverter_Handler")]
public virtual SimpleCursorAdapter.ICursorToStringConverter CursorToStringConverter { get; set; }

See Also

SimpleCursorAdapter.CursorToStringConverter
SimpleCursorAdapter.StringConversionColumn
SimpleCursorAdapter.StringConversionColumn
CursorAdapter.ConvertToStringFormatted(Android.Database.ICursor)
SimpleCursorAdapter.CursorToStringConverter
SimpleCursorAdapter.StringConversionColumn
SimpleCursorAdapter.StringConversionColumn
CursorAdapter.ConvertToStringFormatted(Android.Database.ICursor)

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the converter used to convert the filtering Cursor into a String.

Set method documentation [Android Documentation]

Sets the converter used to convert the filtering Cursor into a String.

Requirements

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