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.

See also

Reference

ConverterReader members

Microsoft.Exchange.Data.TextConverters namespace