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
andUTF-16
(BE,LE).
- See also
- ReadText Method.