Filter.ConvertResultToString(Object) Method

Definition

Converts a value from the filtered set into a CharSequence.

public string? ConvertResultToString (Java.Lang.Object? resultValue);
member this.ConvertResultToString : Java.Lang.Object -> string

Parameters

resultValue
Object

the value to convert to a CharSequence

Returns

String

a CharSequence representing the value

Remarks

Java documentation for android.widget.Filter.convertResultToString(java.lang.Object).

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