Environment: NewLine (get)

NewLine

Returns string of a newline character for the local computer.



 Public Property Get NewLine ( ) As String

Return Values

String -  The newline characters.

Remarks

Being this always going to be in VB, the return is just vbCrLf.

Read Only.

See Also

Project CorLib Overview

Class Environment Overview