Click or drag to resize
PackerPackStringHeaderCore Method
Bookkeep byte length to be packed on current stream as the bytes may represent well formed encoded string.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
protected void PackStringHeaderCore(
	int length
)

Parameters

length
Type: SystemInt32
Byte length.

Return Value

Type: 
This instance.
See Also