CodePage Enumeration

Represents type CodePage.

Namespace: System.Text
type
 CodePage = (ACP = 0, OEM = 1, SYMBOL = 42, UTF16LE = 1200, UTF16BE = 1201, UTF7 = 65000, UTF8 = 65001);

The CodePage type exposes the following members.

Show:
 NameDescription
ACP

Represents constant ACP.

OEM

Represents constant OEM.

SYMBOL

Represents constant SYMBOL.

UTF16BE

Represents constant UTF16BE.

UTF16LE

Represents constant UTF16LE.

UTF7

Represents constant UTF7.

UTF8

Represents constant UTF8.

Top