Share via


ConverterWriter Constructor (TextWriter, TextConverter)

The ConverterWriter constructor creates a new ConverterWriter object that uses converter to write converted output to destinationWriter.

Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)

Syntax

'Declaration
Public Sub New ( _
    destinationWriter As TextWriter, _
    converter As TextConverter _
)
public ConverterWriter (
    TextWriter destinationWriter,
    TextConverter converter
)
public:
ConverterWriter (
    TextWriter^ destinationWriter, 
    TextConverter^ converter
)
public ConverterWriter (
    TextWriter destinationWriter, 
    TextConverter converter
)
public function ConverterWriter (
    destinationWriter : TextWriter, 
    converter : TextConverter
)

Parameters

  • destinationWriter
    The TextWriter to write the converted data to.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003