[This is preliminary documentation and is subject to change.]
Reads a single string value from this Message.
| C# |
public string ReadString()
The string read from the message.
The length of the encoded string is read first, and then that
number of bytes are read and decoded using the current encoding, by default
UTF8.