DefaultEncoding Property
Definition
DefaultEncoding
Gets or sets the default encoding of EncodingOptions. Default is UTF8.
public static Encoding DefaultEncoding { get; set; }
Property Value
Remarks
Warning: changing this value should be thought through carefully as it can change the behavior you have come to expect. Consider using local adjustment instead.