NewLineCode


Function

 

Specifies the line terminator.

 

Variable type

 

[ C#: enum WFileNewLineCode ] [ VB.NET: Enum WFileNewLineCode ]

 

Initial value

 

CR_LF

 

Setting value

 

Value

Enumeration member

Description

0

CR

Use CR for the line terminator.

1

LF

Use LF for the line terminator.

2

CR_LF

Use CR+LF for the line terminator.

 

Remarks

 

Specifies the line terminator.