SimpleCursorAdapter.CursorToStringConverter Property

Definition

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

public virtual Android.Widget.SimpleCursorAdapter.ICursorToStringConverter? CursorToStringConverter { [Android.Runtime.Register("getCursorToStringConverter", "()Landroid/widget/SimpleCursorAdapter$CursorToStringConverter;", "GetGetCursorToStringConverterHandler")] get; [Android.Runtime.Register("setCursorToStringConverter", "(Landroid/widget/SimpleCursorAdapter$CursorToStringConverter;)V", "GetSetCursorToStringConverter_Landroid_widget_SimpleCursorAdapter_CursorToStringConverter_Handler")] set; }
[<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")>]
member this.CursorToStringConverter : Android.Widget.SimpleCursorAdapter.ICursorToStringConverter with get, set

Property Value

null if the converter does not exist or an instance of android.widget.SimpleCursorAdapter.CursorToStringConverter

Attributes

Remarks

Property getter documentation:

Java documentation for android.widget.SimpleCursorAdapter.getCursorToStringConverter().

Property setter documentation:

Java documentation for android.widget.SimpleCursorAdapter.setCursorToStringConverter(android.widget.CursorToStringConverter).

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

See also