Click or drag to resize
PackerPackStringCore 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
protected virtual void PackStringCore(
	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.
See Also