Skip to main content

MappingConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) Method

Attempts to convert a Mapping instance to an object of the specified type.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public override object ConvertTo(
    ITypeDescriptorContext context,
    CultureInfo culture,
    object value,
    Type destinationType
)

Parameters

Name Type Description
context ITypeDescriptorContext

Describes the context information of a type.

culture CultureInfo

Culture specific information that should be respected during conversion.

value Object

The Mapping object to convert.

destinationType Type

The target type.

Returns

Type Description
Object

The object to which the converter converts the Mapping instance.

See Also