System::IO::BinaryReader::ReadString method
BinaryReader::ReadString method
Reads a string from the current stream. The string is prefixed with the length, encoded as an integer seven bits at a time.
virtual String System::IO::BinaryReader::ReadString()
ReturnValue
The read string
See Also
- Class String
- Class BinaryReader
- Namespace System::IO
- Library Aspose.PUB for C++