autoDetectEncoding

Defines whether the tool should attempt to automatically infer the file encoding.


ReadWrite

Yes


Syntax

Accesor Syntax
Get expression.autoDetectEncoding
Let expression.autoDetectEncoding = value
Accesor Parameters
Get None
Let Name: Value
Type: Boolean
Modifiers: ByVal
Accesor Returns Type
Get Boolean
Let None

📝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