CharSet Enumeration

Description

Specifies the character set to use when reading files.

Inheritance Hierarchy

Syntax

Public Enumeration CharSet {
 Undefined = 100,
 ANSI = 101,
 UTF8 = 102,
 Unicode = 103
}

Members

Name Description
Undefined No character set is specified.
ANSI The ANSI character set is used.
UTF8 The UTF8 character set is used.
Unicode The Unicode character set is used.