Skip to main content
A newer version of this page is available. .

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

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