NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Environment.NewLine

Returns the appropriate newline string for the given platform.

[Visual Basic]
Public Shared ReadOnly Property NewLine As String
[C#]
public static string NewLine {get;}
[C++]
public: __property static String* get_NewLine();
[JScript]
public static function get NewLine() : String;

Property Value

Returns\r\n on Win32.

See Also

Environment Class | Environment Members | System Namespace