Encoding

IOConfig.Encoding property

Gets or sets the default encoding for text-based files. Default value is null which means the importer/exporter will decide which encoding to use.

public Encoding Encoding { get; set; }

See Also