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.Page for C++