FlexFtpEncoding Enumeration |
Specifies the FTP file transfer character encodings.
Namespace:
Flex.Hal.Settings
Assembly:
Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax public enum FlexFtpEncoding
Public Enumeration FlexFtpEncoding
Members
| Member name | Value | Description |
---|
| Default | 0 |
An encoding for the operating system's current ANSI code page.
|
| ASCII | 1 |
An encoding for the ASCII (7-bit) character set.
|
| Unicode | 2 |
An encoding for the UTF-16 format using the little endian byte order.
|
| UTF32 | 3 |
An encoding object for the UTF-32 format using the little endian byte order.
|
| UTF7 | 4 |
An encoding for the UTF-7 format.
|
| UTF8 | 5 |
An encoding for the UTF-8 format.
|
See Also