System.Text.UTF32Encoding.GetChars C# (CSharp) Method

GetChars() public method

public GetChars ( byte bytes, int byteIndex, int byteCount, char chars, int charIndex ) : int
bytes byte
byteIndex int
byteCount int
chars char
charIndex int
return int
        public override int GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex)
        {
            throw null;
        }

Same methods

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