Programming with Reflection
ConvertSeparatorToEOL property
Syntax |
object.ConvertSeparatorToEOL |
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) how Reflection handles line separators during ASCII file transfers. Setting this property to True tells Reflection 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 Reflection.
The default value is True.