Encoding

TxtLoadOptions.Encoding property

Gets or sets the encoding that will be used when loading Txt document. Can be null. Default is null.

public Encoding Encoding { get; set; }

See Also