EncodingDetector.EndDetection() Method
In This Article
Returns the result of encoding detection.
Namespace: DevExpress.Docs.Text
Assembly: DevExpress.Docs.v24.2.dll
NuGet Package: DevExpress.Document.Processor
#Declaration
#Returns
Type | Description |
---|---|
Encoding | An Encoding object that is the detected encoding. |
#Remarks
The EndDetection is called inside the EncodingDetector.Detect method.
See Also