ConverterStream class

The ConverterStream class is a stream-based converter that can be configured for reading or writing.

Inheritance hierarchy

System.Object
  System.MarshalByRefObject
    System.IO.Stream
      Microsoft.Exchange.Data.TextConverters.ConverterStream

Namespace:  Microsoft.Exchange.Data.TextConverters
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Class ConverterStream _
    Inherits Stream
'Usage
Dim instance As ConverterStream
public class ConverterStream : Stream

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

ConverterStream members

Microsoft.Exchange.Data.TextConverters namespace