Skip to main content

Convert Method

Converts a value.

Definition

Namespace: Avalonia.Data.Converters
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public Object? Convert(
Object? value,
Type targetType,
Object? parameter,
CultureInfo culture
)

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.Convert(Object, Type, Object, CultureInfo)

See Also

Reference

DefaultValueConverter Class
Avalonia.Data.Converters Namespace