This version of Unity is unsupported.
Method group is Obsolete

NetworkReader.ReadString

Obsolete The high level API classes are deprecated and will be removed in the future.

Declaration

public string ReadString();

Returns

string Value read.

Description

Reads a string from the stream. (max of 32k bytes).

See NetworkReader for a code example.