System::IO::BinaryReader::ReadChars method

BinaryReader::ReadChars method

Reads the specified number of characters from the input stream and returns them in UTF-16 ecoding.

virtual ArrayPtr<char_t> System::IO::BinaryReader::ReadChars(int count)
ParameterTypeDescription
countintThe number of characters to read from the input stream

ReturnValue

An array containing the read characters

See Also