override string GetString(byte[] bytes, int index, int count)
unsafe override int GetBytes(char *chars, int charCount, byte *bytes, int byteCount)
override int GetByteCount(char[] chars, int index, int count)
override int GetBytes(string s, int charIndex, int charCount, byte[] bytes, int byteIndex)
override int GetCharCount(byte[] bytes, int index, int count)
override Decoder GetDecoder()
override Encoder GetEncoder()
override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex)
override int GetBytes(char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex)
unsafe override int GetCharCount(byte *bytes, int count)
EncodingNLS(int codePage)
override int GetByteCount(string s)
unsafe override int GetByteCount(char *chars, int count)
unsafe override int GetChars(byte *bytes, int byteCount, char *chars, int charCount)