[This is preliminary documentation and is subject to change.]
Appends a string to this message.
| C# |
public void Append( string value )
- value (String)
- The string to append. May be null.
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.