Skip to main content

IChooseFileOptionsPageView.SetEncoding(Encoding) Method

If implemented, changes the entry selected in the Encoding editor.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

void SetEncoding(
    Encoding encoding
)

Parameters

Name Type Description
encoding Encoding

An Encoding value that specifies character encoding in the selected CSV file.

See Also