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