Filter.ConvertResultToString(Object) 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.
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
a CharSequence representing the value
Remarks
Converts a value from the filtered set 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.
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.