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

GetChars() 개인적인 메소드

private GetChars ( byte bytes, int byteCount, char chars, int charCount ) : int
bytes byte
byteCount int
chars char
charCount int
리턴 int
        public unsafe override int GetChars(byte* bytes, int byteCount, char* chars, int charCount)
        {
            throw null;
        }

Same methods

UTF32Encoding::GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int