ReadString()

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()

Return Value

The read string

See Also