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: BooleanModifiers: ByVal |
| Accesor | Returns Type |
|---|---|
| Get | Boolean |
| Let | None |
📝Note
At the moment the tool can detect the following encodings:
ANSI,UTF-8andUTF-16(BE,LE).
- See also
- ReadText Method.