Skip to main content

EncodingDetector Class

Provides the capability to detect text encoding.

Namespace: DevExpress.Docs.Text

Assembly: DevExpress.Docs.v26.1.dll

NuGet Package: DevExpress.Document.Processor

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