InfoConnect for Unisys
ConvertSeparatorToEOL Property


Returns or specifies how InfoConnect handles line separators during ASCII file transfers.
Syntax
'Declaration
 
Property ConvertSeparatorToEOL As Boolean
'Usage
 
Dim instance As IFileTransfer
Dim value As Boolean
 
instance.ConvertSeparatorToEOL = value
 
value = instance.ConvertSeparatorToEOL
bool ConvertSeparatorToEOL {get; set;}
Remarks
The default value is true. Setting this property to True tells InfoConnect to generate a new line at the end of each record it receives from the host during an ASCII transfer. The equivalent property for ASCII transfers to the host is ConvertEOLToSeparator, which determines whether the host generates a new record every time it receives the carriage return/linefeed sequence from InfoConnect.
See Also