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;
Returns\r\n on Win32.