Skip to main content
A newer version of this page is available.
All docs
V19.1

SelectColumnExpression.SelectColumnTypeConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) Method

Converts a column value to the specified type.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

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

Parameters

Name Type Description
context ITypeDescriptorContext

Context information used for conversion.

culture CultureInfo

Cultural information taken into account during conversion.

value Object

A column value to convert from.

destinationType Type

Type being evaluated for conversion.

Returns

Type Description
Object

A new instance of the destination type.

See Also