Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 2.72 KB

Assorted.Utils.Serialization.Utf8StringWriter.md

File metadata and controls

41 lines (27 loc) · 2.72 KB

Utf8StringWriter Class

Namespace: Assorted.Utils.Serialization
Assembly: Assorted.Utils (Assorted.Utils.dll) version 1.1.0.0
Implements: IDisposable
Inheritance: objectMarshalByRefObjectTextWriterStringWriter Utf8StringWriter

Implements a System.IO.StringWriter with UTF-8 encoding.

Syntax

public class Utf8StringWriter : StringWriter, IDisposable

Constructors

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.

Properties

Property Description
Encoding Gets the Encoding in which the output is written.

Thread Safety

Any public static member of this type is thread-safe, but instance members are not guaranteed to be thread-safe.

See Also


This document is generated by DG.