Skip to main content

MappingConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Method

Attempts to convert a specified object to a Mapping instance.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public override object ConvertFrom(
    ITypeDescriptorContext context,
    CultureInfo culture,
    object value
)

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 object to convert.

Returns

Type Description
Object

The Mapping instance that the converter creates from the source value.

See Also