Property Encoding
Encoding
Gets or sets the encoding to decode the input with. Null (the default) detects it: a byte-order mark first, then UTF-8.
public Encoding? Encoding { get; set; }
Gets or sets the encoding to decode the input with. Null (the default) detects it: a byte-order mark first, then UTF-8.
public Encoding? Encoding { get; set; }