ReadChar()

BinaryReader::ReadChar() method

Reads a single character from the input stream.

virtual char_t System::IO::BinaryReader::ReadChar()

Return Value

A character read; if the read character is represented by two codepoints in UTF-16 encoding then only the high surragate is returned.

See Also