Skip to main content

ChooseFileOptionsPageView.SetEncoding(Encoding) Method

Changes the entry selected in the Encoding editor.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.UI.dll

NuGet Package: DevExpress.DataAccess.UI

Declaration

public void SetEncoding(
    Encoding encoding
)

Parameters

Name Type Description
encoding Encoding

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

See Also