Table of Contents

DefaultEncoding Property

Definition

Namespace
Cuemon.Text
Assemblies
Cuemon.Kernel.dll
Source
src/Cuemon.Kernel/Text/EncodingOptions.cs

DefaultEncoding

Gets or sets the default encoding of EncodingOptions. Default is UTF8.

public static Encoding DefaultEncoding { get; set; }

Property Value

Encoding

The default encoding to use in Encoding related operations.

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.