Skip to main content

EncodingDetector.EndDetection() Method

Returns the result of encoding detection.

Namespace: DevExpress.Docs.Text

Assembly: DevExpress.Docs.v23.2.dll

NuGet Package: DevExpress.Document.Processor

Declaration

public Encoding EndDetection()

Returns

Type Description
Encoding

An Encoding object that is the detected encoding.

Remarks

The EndDetection is called inside the EncodingDetector.Detect method.

See Also