AutoCompleteBoxFormatValue Method
Converts the specified object to a string by using the
Converter and
ConverterCulture values
of the binding object specified by the
ValueMemberBinding
property.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected virtual string? FormatValue(
Object? value
)
Protected Overridable Function FormatValue (
value As Object
) As String
abstract FormatValue :
value : Object -> string
override FormatValue :
value : Object -> string
- value Object
- The object to format as a string.
StringThe string representation of the specified object.
Override this method to provide a custom string conversion.