The StreamWriter type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| Close |
Closes stream.
(Overrides | |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from | ||
Releases all resources used by the (Inherited from | ||
| Dispose(Boolean) |
Releases all resources.
(Overrides | |
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
| Flush |
Clears all buffers for the current writer and causes any buffered data to be written to the underlying stream.
(Overrides | |
Serves as a hash function for a particular type. (Inherited from | ||
Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from | ||
Gets the (Inherited from | ||
Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| New(StreamWriter) |
Returns new instance of stream writer class.
| |
| New(String) |
Returns new instance of stream writer class.
| |
| New(Stream) |
Returns new instance of stream writer class.
| |
| New(String, Boolean) |
Returns new instance of stream writer class.
| |
| New(Stream, Encoding) |
Returns new instance of stream writer class.
| |
| New(String, Boolean, Encoding) |
Returns new instance of stream writer class.
| |
Returns a string that represents the current object. (Inherited from | ||
Writes a character array to the text stream. (Inherited from | ||
Writes the text representation of a Boolean value to the text stream. (Inherited from | ||
Writes the text representation of a 4-byte signed integer to the text stream. (Inherited from | ||
Writes the text representation of a 4-byte unsigned integer to the text stream. (Inherited from | ||
Writes the text representation of an 8-byte signed integer to the text stream. (Inherited from | ||
Writes the text representation of an 8-byte unsigned integer to the text stream. (Inherited from | ||
Writes the text representation of a 4-byte floating-point value to the text stream. (Inherited from | ||
Writes the text representation of an 8-byte floating-point value to the text stream. (Inherited from | ||
Writes the text representation of a decimal value to the text stream. (Inherited from | ||
Writes the text representation of an object to the text stream by calling ToString on that object. (Inherited from | ||
| Write(Char) |
Writes one character to stream.
(Overrides | |
| Write(String) |
Writes a string to the stream.
(Overrides | |
Writes out a formatted string, using the same semantics as (Inherited from | ||
Writes out a formatted string, using the same semantics as (Inherited from | ||
Writes out a formatted string, using the same semantics as (Inherited from | ||
| Write( Char , Int32, Int32) |
Writes char array to the stream.
(Overrides | |
Writes out a formatted string, using the same semantics as (Inherited from | ||
Writes a line terminator to the text stream. (Inherited from | ||
Writes a character followed by a line terminator to the text stream. (Inherited from | ||
Writes an array of characters followed by a line terminator to the text stream. (Inherited from | ||
Writes the text representation of a Boolean followed by a line terminator to the text stream. (Inherited from | ||
Writes the text representation of a 4-byte signed integer followed by a line terminator to the text stream. (Inherited from | ||
Writes the text representation of a 4-byte unsigned integer followed by a line terminator to the text stream. (Inherited from | ||
Writes the text representation of an 8-byte signed integer followed by a line terminator to the text stream. (Inherited from | ||
Writes the text representation of an 8-byte unsigned integer followed by a line terminator to the text stream. (Inherited from | ||
Writes the text representation of a 4-byte floating-point value followed by a line terminator to the text stream. (Inherited from | ||
Writes the text representation of a 8-byte floating-point value followed by a line terminator to the text stream. (Inherited from | ||
Writes the text representation of a decimal value followed by a line terminator to the text stream. (Inherited from | ||
Writes the text representation of an object by calling ToString on this object, followed by a line terminator to the text stream. (Inherited from | ||
| WriteLine(String) |
Writes a string followed by a line terminator to the text stream.
(Overrides | |
Writes out a formatted string and a new line, using the same semantics as (Inherited from | ||
Writes out a formatted string and a new line, using the same semantics as (Inherited from | ||
Writes a subarray of characters followed by a line terminator to the text stream. (Inherited from | ||
Writes out a formatted string and a new line, using the same semantics as (Inherited from | ||
Writes out a formatted string and a new line, using the same semantics as (Inherited from |
Extension Methods
| Name | Description | |
|---|---|---|
| GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
| GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
| ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
| ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
Fields
| Name | Description | |
|---|---|---|
Stores the new line characters used for this TextWriter. (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| BaseStream |
Gets the underlying stream that interfaces with a backing store.
| |
| Encoding |
Returns current stream writer encoding.
(Overrides | |
Gets an object that controls formatting. (Inherited from | ||
Gets or sets the line terminator string used by the current TextWriter. (Inherited from |
See Also