Persistate API documentation
Append Method (value)
NamespacesPersistateMessageAppend(String)

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

Appends a string to this message.
Declaration Syntax
C#
public void Append(
	string value
)
Parameters
value (String)
The string to append. May be null.
Remarks
The string is encoded with the current encoding, by default UTF8. The length of the encoded string is appended first, so the string can be read back.

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