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

GetCharCount() 개인적인 메소드

private GetCharCount ( byte bytes, int count ) : int
bytes byte
count int
리턴 int
        public unsafe override int GetCharCount(byte* bytes, int count)
        {
            throw null;
        }

Same methods

UTF32Encoding::GetCharCount ( byte bytes, int index, int count ) : int