UTF7Encoding: GetEncoder |
Returns an encoder that maintains state.
Public Function GetEncoder ( ) As Encoder
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.