Reflection
ConvertCrLfOption Enumeration


Specifies whether carriage returns and line-feed characters at the end of lines are removed (when you send binary/ASCII files to the host) or added (when you receive these files).
Syntax
'Declaration
 
Public Enum ConvertCrLfOption 
   Inherits System.Enum
'Usage
 
Dim instance As ConvertCrLfOption
public enum ConvertCrLfOption : System.Enum 
Members
MemberDescription
ConvertCarriage return and line-feed characters are added or removed.
IgnoreCarriage return and line-feed characters are not added or removed.
Remarks
CR/LF processing is usually appropriate for ASCII files but not for binary files. This property affects during IND$FILE transfer in and is applicable to only 3270 sessions.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.IbmHosts.ConvertCrLfOption

See Also