Namespace: Assorted.Utils.Serialization
Assembly: Assorted.Utils (Assorted.Utils.dll) version 1.1.0.0
Implements: IDisposable
Inheritance: object→
MarshalByRefObject→
TextWriter→
StringWriter→
Utf8StringWriter
Implements a System.IO.StringWriter
with UTF-8 encoding.
public class Utf8StringWriter : StringWriter, IDisposable
Constructor | Description |
---|---|
Utf8StringWriter() | Initializes a new instance of the Utf8StringWriter class. |
Utf8StringWriter(IFormatProvider) | Initializes a new instance of the Utf8StringWriter class with the specified format control. |
Utf8StringWriter(StringBuilder) | Initializes a new instance of the Utf8StringWriter class that writes to the specified System.Text.StringBuilder . |
Utf8StringWriter(StringBuilder, IFormatProvider) | Initializes a new instance of the Utf8StringWriter class that writes to the specified System.Text.StringBuilder and has the specified format provider. |
Property | Description |
---|---|
Encoding | Gets the Encoding in which the output is written. |
Any public static member of this type is thread-safe, but instance members are not guaranteed to be thread-safe.
This document is generated by DG.