detectedEncoding

Returns the name of the encoding detected in the file.


ReadWrite

ReadOnly


Syntax

expression.detectedEncoding

Parameters

None

Returns

Type: String

📝Note

At the moment the tool can detect the following encodings: ANSI, UTF-8 and UTF-16(BE,LE).

See also
ReadText Method.

Back to Properties overview