Click or drag to resize
PackerPackString Method (IEnumerableChar, Encoding)
Packs specified char stream to current stream with specified Encoding.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public Packer PackString(
	IEnumerable<char> value,
	Encoding encoding
)

Parameters

value
Type: System.Collections.GenericIEnumerableChar
Source chars its size is not known.
encoding
Type: System.TextEncoding
Encoding to be used.

Return Value

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