UnicodeEncoding: GetEncoder |
Returns an encoder that maintains state.
Public Function GetEncoder ( ) As Encoder
Since encoding Unicode characters equates to exactly 2 bytes per character, there is no state that is maintained between calls. This method functions identically to GetBytes.