Gets or sets the text encoding used when encoding or decoding bytes.
public Encoding TextEncoding { get; set; }
The text encoding used when encoding or decoding bytes.
The default value for this property is Encoding.UTF8.