EncodingNLS abstract class EncodingNLS : Encoding Documentation Code protected EncodingNLS(int codePage) protected EncodingNLS(int codePage, EncoderFallback enc, DecoderFallback dec) public abstract int GetByteCount(Char* chars, int count, EncoderNLS encoder) public abstract int GetBytes(Char* chars, int charCount, Byte* bytes, int byteCount, EncoderNLS encoder) public abstract int GetCharCount(Byte* bytes, int count, DecoderNLS decoder) public abstract int GetChars(Byte* bytes, int byteCount, Char* chars, int charCount, DecoderNLS decoder)