UTF7Encoding: GetEncoder

GetEncoder

Returns an encoder that maintains state.



 Public Function GetEncoder ( ) As Encoder

Return Values

Encoder -  The stateful encoder.

Remarks

Unlike UTF7Encoding, the encoder maintains state between encoding calls. This allows for a set of characters to be split up but still be encoded as a single set of characters. This will allow Modified Base64 encoding to continue between encoding calls.

See Also

Project CorLib Overview

Class UTF7Encoding Overview