ByteEncoder.Convert Method (Stream, Stream)
When overridden in a derived class, the Convert method encodes or decodes sourceStream and writes it to destinationStream.
Namespace: Microsoft.Exchange.Data.Mime.Encoders
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)
Syntax
'Declaration
Public Sub Convert ( _
sourceStream As Stream, _
destinationStream As Stream _
)
public void Convert (
Stream sourceStream,
Stream destinationStream
)
public:
void Convert (
Stream^ sourceStream,
Stream^ destinationStream
)
public void Convert (
Stream sourceStream,
Stream destinationStream
)
public function Convert (
sourceStream : Stream,
destinationStream : Stream
)
Parameters
- sourceStream
The stream that contains the data to encode or decode.
- destinationStream
The stream that will contain the decoded or encoded results.
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.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003
See Also