PackerPackStringHeaderCore Method |
Bookkeep byte length to be packed on current stream as the bytes may represent well formed encoded string.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax protected void PackStringHeaderCore(
int length
)
Protected Sub PackStringHeaderCore (
length As Integer
)
protected:
void PackStringHeaderCore(
int length
)
member PackStringHeaderCore :
length : int -> unit
Parameters
- length
- Type: SystemInt32
Byte length.
Return Value
Type:
This instance.
See Also