ReadChars()

BinaryReader::ReadChars(int) 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)

Arguments

ParameterTypeDescription
countintThe number of characters to read from the input stream

Return Value

An array containing the read characters

See Also