Name | Description | |
---|---|---|
Utf8StringWriter Constructor |
The following tables list the members exposed by Utf8StringWriter.
Name | Description | |
---|---|---|
Utf8StringWriter Constructor |
Name | Description | |
---|---|---|
Encoding | Overridden. When overridden in a derived class, returns the character encoding in which the output is written.Gets the System.Text.Encoding in which the output is written. | |
FormatProvider | Gets an object that controls formatting. (Inherited from System.IO.TextWriter) | |
NewLine | Gets or sets the line terminator string used by the current TextWriter. (Inherited from System.IO.TextWriter) |
Name | Description | |
---|---|---|
Close | Closes the current System.IO.StringWriter and the underlying stream. (Inherited from System.IO.StringWriter) | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
Dispose | Releases all resources used by the System.IO.TextWriter object. (Inherited from System.IO.TextWriter) | |
Flush | Clears all buffers for the current writer and causes any buffered data to be written to the underlying device. (Inherited from System.IO.TextWriter) | |
FlushAsync | Asynchronously clears all buffers for the current writer and causes any buffered data to be written to the underlying device. (Inherited from System.IO.StringWriter) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
GetStringBuilder | Returns the underlying System.Text.StringBuilder. (Inherited from System.IO.StringWriter) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
ToString | Returns a string containing the characters written to the current StringWriter so far. (Inherited from System.IO.StringWriter) | |
Write | Overloaded. Writes a character to the string. (Inherited from System.IO.StringWriter) | |
WriteAsync | Overloaded. Writes a character to the string asynchronously. (Inherited from System.IO.StringWriter) | |
WriteLine | Overloaded. Writes a line terminator to the text string or stream. (Inherited from System.IO.TextWriter) | |
WriteLineAsync | Overloaded. Writes a character followed by a line terminator asynchronously to the string. (Inherited from System.IO.StringWriter) |