System::IO::BinaryReader::ReadChars method
BinaryReader::ReadChars method
Reads the specified number of characters from the input stream and returns them in UTF-16 ecoding.
virtual ArrayPtr<char_t> System::IO::BinaryReader::ReadChars(int count)
Parameter | Type | Description |
---|---|---|
count | int | The number of characters to read from the input stream |
ReturnValue
An array containing the read characters
See Also
- Typedef ArrayPtr
- Class BinaryReader
- Namespace System::IO
- Library Aspose.TeX for C++