System::IO::BinaryReader::ReadChars 方法

BinaryReader::ReadChars method

从输入流读取指定数量的字符并以 UTF-16 编码返回它们。

virtual ArrayPtr<char_t> System::IO::BinaryReader::ReadChars(int count)
ParameterType描述
countint要从输入流读取的字符数

ReturnValue

包含读取字符的数组

另见