System::IO::BinaryReader::ReadChars 方法
BinaryReader::ReadChars method
从输入流读取指定数量的字符并以 UTF-16 编码返回它们。
virtual ArrayPtr<char_t> System::IO::BinaryReader::ReadChars(int count)
| 参数 | 类型 | 描述 |
|---|---|---|
| count | int | 要从输入流读取的字符数 |
ReturnValue
包含已读取字符的数组
另见
- Typedef ArrayPtr
- Class BinaryReader
- Namespace System::IO
- Library Aspose.Font for C++