Skip to main content

AgendaAppointmentPositionToConverterBase<T>.Convert(Object, Type, Object, CultureInfo) Method

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public object Convert(
    object value,
    Type targetType,
    object parameter,
    CultureInfo culture
)

Parameters

Name Type Description
value Object

The value defined in XAML.

targetType Type

The type of the return value.

parameter Object

The converter parameter.

culture CultureInfo

The culture-specific formatting information.

Returns

Type Description
Object

The object that the converter creates from the source value.

Implements

Microsoft.Maui.Controls.IValueConverter.Convert(Object, Type, Object, CultureInfo)
See Also