Click or drag to resize
PackerPackStringCore Method (String, Encoding)
Packs specified string to current stream with specified Encoding.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
protected virtual void PackStringCore(
	string value,
	Encoding encoding
)

Parameters

value
Type: SystemString
Source string.
encoding
Type: System.TextEncoding
Encoding to be used.
See Also