The StringWriter type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| StringWriter |
Creates new instance of string writer.
| |
| StringWriter(StringBuilder) |
Creates new instance of string writer.
| |
| StringWriter(StringBuilder, IFormatProvider) |
Creates new instance of string writer.
|
Methods
| Name | Description | |
|---|---|---|
Closes the current (Inherited from | ||
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 | ||
Releases the unmanaged resources used by the (Inherited from | ||
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Clears all buffers for the current writer and causes any buffered data to be written to the underlying device. (Inherited from | ||
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 | ||
Returns the underlying (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 | ||
Returns a string containing the characters written to the current StringWriter so far. (Inherited from | ||
Writes a character to this instance of the StringWriter. (Inherited from | ||
Writes a string to this instance of the StringWriter. (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 | ||
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 the specified region of a character array to this instance of the StringWriter. (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 | ||
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 a string 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 | ||
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 | |
|---|---|---|
| AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
| 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 | |
|---|---|---|
Gets the (Inherited from | ||
Gets an object that controls formatting. (Inherited from | ||
Gets or sets the line terminator string used by the current TextWriter. (Inherited from |
See Also