ConverterReader Class

The ConverterReader type is a read-only, forward-only pull mode converter based on the TextReader class.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.IO.TextReader
      Microsoft.Exchange.Data.TextConverters.ConverterReader

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

Syntax

'Declaration
Public Class ConverterReader _
    Inherits TextReader
'Usage
Dim instance As ConverterReader
public class ConverterReader : TextReader

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.