System::IO::BinaryReader::ReadChar method

BinaryReader::ReadChar method

Reads a single character from the input stream.

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

ReturnValue

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