ConvertBack Method
Converts a value.
Definition
Namespace: Avalonia.Data.Converters
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public Object? ConvertBack(
Object? value,
Type targetType,
Object? parameter,
CultureInfo culture
)
Public Function ConvertBack (
value As Object,
targetType As Type,
parameter As Object,
culture As CultureInfo
) As Object
abstract ConvertBack :
value : Object *
targetType : Type *
parameter : Object *
culture : CultureInfo -> Object
override ConvertBack :
value : Object *
targetType : Type *
parameter : Object *
culture : CultureInfo -> Object
Parameters
- Object
- The value to convert.
- Type
- The type of the target.
- Object
- A user-defined parameter.
- CultureInfo
- The culture to use.
Return Value
Object
The converted value.
Implements
IValueConverter.ConvertBack(Object, Type, Object, CultureInfo)See Also
Reference
DefaultValueConverter Class
Avalonia.Data.Converters Namespace