StringWriter

Namespace: uModText

Assembly: uMod.Core.dll

Inheritance ObjectMarshalByRefObjectTextWriter StringWriter

Implements IDisposable, IAsyncDisposable

Constructors

Name

Summary

StringWriter ()

Create a new instance of the StringWriter class

StringWriter (IFormatProvider)

Create a new instance of the StringWriter class with the specified format provider

StringWriter (PooledStringBuilder)

Create a new instance of the StringWriter class with the specified string builder

StringWriter (PooledStringBuilder, IFormatProvider)

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 (Char)

Writes a character to the string.

Write (Char[], Int32, Int32)

Writes a subarray of characters to the string.

Write (String)

Writes a string to the current string.