Persistate API documentation
Append Method (slot, value)
NamespacesPersistateMessageAppend(Int32, String)

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

Appends a slot number, a length field, and a string to this message.
Declaration Syntax
C#
public void Append(
	int slot,
	string value
)
Parameters
slot (Int32)
The member slot number.
value (String)
The string to append.
Remarks
The string is encoded with the current encoding, by default UTF8. The length of the encoded string is appended first (in addition to the length field), so the string can be read back.

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