ConverterStream Constructor (TextWriter, TextConverter)
The ConverterStream constructor creates a new ConverterStream object for writing converted content into destinationWriter by using conversion.
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 ConverterStream (
TextWriter destinationWriter,
TextConverter converter
)
public:
ConverterStream (
TextWriter^ destinationWriter,
TextConverter^ converter
)
public ConverterStream (
TextWriter destinationWriter,
TextConverter converter
)
public function ConverterStream (
destinationWriter : TextWriter,
converter : TextConverter
)
Parameters
- destinationWriter
The TextWriter to which to write the converted output.
- converter
The TextConverter object to use for the conversion.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003