StringWriterUTF8 MembersDocuWare Platform .NET API
The StringWriterUTF8 type exposes the following members.
Constructors

  NameDescription
Public methodStringWriterUTF8 
Initializes a new instance of the StringWriterUTF8 class.
Public methodStringWriterUTF8(IFormatProvider)
Initializes a new instance of the StringWriterUTF8 class.
Public methodStringWriterUTF8(StringBuilder)
Initializes a new instance of the StringWriterUTF8 class.
Public methodStringWriterUTF8(StringBuilder, IFormatProvider)
Initializes a new instance of the StringWriterUTF8 class.
Back to Top
Properties

  NameDescription
Public propertyEncoding
Gets the OnlineEncoding in which the output is written.
(Overrides OnlineStringWriter Encoding.)
Back to Top
See Also