Skip to main content

CsvSourceOptions.EncodingConverter.ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) Method

Namespace: DevExpress.DataAccess.Excel

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

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

Parameters

Name Type
context ITypeDescriptorContext
culture CultureInfo
value Object
destinationType Type

Returns

Type
Object
See Also