AutoCompleteBox.

FormatValue(object) Method

Summary

Converts the specified object to a string by using the Avalonia.Data.Binding.Converter and Avalonia.Data.Binding.ConverterCulture values of the binding object specified by the ValueMemberBinding property.
Namespace
Avalonia.Controls
Containing Type
AutoCompleteBox

Syntax

protected virtual string FormatValue(object value)

Remarks

Override this method to provide a custom string conversion.

Parameters

Name Type Description
value object The object to format as a string.

Return Value

Type Description
string The string representation of the specified object.