System.Text.DecoderNLS.GetCharCount C# (CSharp) 메소드

GetCharCount() 공개 메소드

public GetCharCount ( byte bytes, int index, int count ) : int
bytes byte
index int
count int
리턴 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