FormatValue Method
Converts the specified object to a string by using the Converter and ConverterCulture values of the binding object specified by the ValueMemberBinding property.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
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
Parameters
- Object
- The object to format as a string.
Return Value
String
The string representation of the specified object.
Remarks
Override this method to provide a custom string conversion.