This documentation is archived and is not being maintained.
TextWriter.CoreNewLine Field
.NET Framework 1.1
Stores the new line characters used for this TextWriter.
[Visual Basic] Protected CoreNewLine() As Char [C#] protected char[] CoreNewLine; [C++] protected: __wchar_t CoreNewLine __gc[]; [JScript] protected var CoreNewLine : Char[];
Remarks
The following table lists examples of other typical or related I/O tasks.
| To do this... | See the example in this topic... |
|---|---|
| Create a text file. | Writing Text to a File |
| Write to a text file. | Writing Text to a File |
| Read from a text file. | Reading Text from a File |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
See Also
TextWriter Class | TextWriter Members | System.IO Namespace | Working with I/O | Reading Text from a File | Writing Text to a File
Show: