Persistate API documentation
ReadString Method
NamespacesPersistateMessageReadString()()()()

[This is preliminary documentation and is subject to change.]

Reads a single string value from this Message.
Declaration Syntax
C#
public string ReadString()
Return Value
The string read from the message.
Remarks
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.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)