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

EncodingDetector.BeginDetection() Method

Initializes an internal list of detectors for individual encodings and sets the initial detector state.

Namespace: DevExpress.Docs.Text

Assembly: DevExpress.Docs.v20.2.dll

Declaration

public void BeginDetection()

Remarks

The BeginDetection is called inside the EncodingDetector.Detect method.

See Also