DecoderNLS class DecoderNLS : Decoder Documentation Code protected EncodingNLS m_encoding protected bool m_mustFlush public DecoderFallbackBuffer FallbackBuffer { get; } public bool MustFlush { get; } public void Convert(Byte* bytes, int byteCount, Char* chars, int charCount, bool flush, out int bytesUsed, out int charsUsed, out bool completed) public int GetCharCount(Byte* bytes, int count, bool flush) public int GetChars(Byte* bytes, int byteCount, Char* chars, int charCount, bool flush)