This topic has not yet been rated - Rate this topic

StreamWriter Properties

The StreamWriter type exposes the following members.

  NameDescription
Public property AutoFlush Gets or sets a value indicating whether the StreamWriter will flush its buffer to the underlying stream after every call to StreamWriter.Write.
Public property BaseStream Gets the underlying stream that interfaces with a backing store.
Public property Encoding Gets the Encoding in which the output is written. (Overrides TextWriter.Encoding.)
Public property FormatProvider Gets an object that controls formatting. (Inherited from TextWriter.)
Public property NewLine Gets or sets the line terminator string used by the current TextWriter. (Inherited from TextWriter.)
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.