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

CsvSourceOptions.EncodingConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Method

Namespace: DevExpress.DataAccess.Excel

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

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

Parameters

Name Type
context ITypeDescriptorContext
culture CultureInfo
value Object

Returns

Type
Object
See Also