System.Text.DecoderNLS.GetCharCount C# (CSharp) Method

GetCharCount() public method

public GetCharCount ( byte bytes, int index, int count ) : int
bytes byte
index int
count int
return int
        public unsafe override int GetCharCount(byte[] bytes, int index, int count)
        {
            return GetCharCount(bytes, index, count, false);
        }

Same methods

DecoderNLS::GetCharCount ( byte bytes, int count, bool flush ) : int
DecoderNLS::GetCharCount ( byte bytes, int index, int count, bool flush ) : int