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 VBCorLib Overview Class Environment Overview Environment Properties Environment Methods MachineName (get) OSVersion (get)