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.