Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

EncodingDetector Class

Provides the capability to detect text encoding.

Namespace: DevExpress.Docs.Text

Assembly: DevExpress.Docs.v20.2.dll

Declaration

public class EncodingDetector

Remarks

Use the EncodingDetector.Detect method to obtain the Encoding of the specified text stream or byte array.

Inheritance

Object
EncodingDetector
See Also