'Declaration
Public Enum AS400ReceiveConversionOption Inherits System.Enum
'Usage
Dim instance As AS400ReceiveConversionOption
public enum AS400ReceiveConversionOption : System.Enum
'Declaration
Public Enum AS400ReceiveConversionOption Inherits System.Enum
'Usage
Dim instance As AS400ReceiveConversionOption
public enum AS400ReceiveConversionOption : System.Enum
Member | Description |
---|---|
Ascii | Appropriate for files with no special formatting and fixed record widths. |
BasicSeq | Separates all fields with commas and inserts quotation marks around character and hexadecimal fields. |
Biff | Binary file formats that are used by Microsoft Excel, prior to BIFF8 version. |
Biff8 | Binary file format used by Microsoft Excel, versions 97-2003 (.xls). No more than 65536 rows are allowed. |
CommaDelimiter | Separates fields with commas, but only inserts quotation marks around character fields that contain a comma or quotation mark. |
Dif | Use for files transferred to and from Microsoft Excel. DIF files contain the names of the fields. |
DosRandom | Appropriate with host database applications that require data to be in this format. |
NoConversion | Use for files that should not be translated. |
TabDelimiter | Separates all fields with tabs and inserts quotation marks around character fields that contain a quotation mark. |
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.IbmHosts.AS400ReceiveConversionOption