StringWriter
Assembly: uMod.Core.dll
Inheritance ObjectMarshalByRefObjectTextWriter StringWriter
Implements IDisposable, IAsyncDisposable
Constructors
Name | Summary |
|---|---|
StringWriter () | Create a new instance of the StringWriter class |
StringWriter ( | Create a new instance of the StringWriter class with the specified format provider |
StringWriter ( | Create a new instance of the StringWriter class with the specified string builder |
StringWriter ( | Create a new instance of the StringWriter class with the specified string builder and format provider |
Properties
Name | Summary |
|---|---|
Encoding | Gets the Encoding in which the output is written. |
Methods
Name | Summary |
|---|---|
Close () | Close the current and underlying stream |
GetStringBuilder () | Returns the underlying StringBuilder |
ToString () | Returns a string containing the characters written to the current StringWriter so far. |
Write ( | Writes a character to the string. |
Writes a subarray of characters to the string. | |
Write ( | Writes a string to the current string. |