Skip to main content
A newer version of this page is available. .

EncodingDetector.EndDetection() Method

Returns the result of encoding detection.

Namespace: DevExpress.Docs.Text

Assembly: DevExpress.Docs.v18.2.dll

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