ConverterWriter constructor (Stream, TextConverter)
The ConverterWriter constructor creates a new ConverterWriter object that uses converter to write converted output to destinationStream.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub New ( _
destinationStream As Stream, _
converter As TextConverter _
)
'Usage
Dim destinationStream As Stream
Dim converter As TextConverter
Dim instance As New ConverterWriter(destinationStream, _
converter)
public ConverterWriter(
Stream destinationStream,
TextConverter converter
)
Parameters
destinationStream
Type: System.IO.StreamThe Stream to write the converted data to.
converter
Type: Microsoft.Exchange.Data.TextConverters.TextConverterThe ConverterWriter to use for the conversion.