Click or drag to resize
PackerPackString Method (String)
Packs specified string to current stream with UTF-8 Encoding.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public Packer PackString(
	string value
)

Parameters

value
Type: SystemString
Source string.

Return Value

Type: Packer
This instance.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThis instance has been disposed.
See Also