PackerPackStringHeader 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 public Packer PackStringHeader(
int length
)
Public Function PackStringHeader (
length As Integer
) As Packer
public:
Packer^ PackStringHeader(
int length
)
member PackStringHeader :
length : int -> Packer
Parameters
- length
- Type: SystemInt32
Byte length.
Return Value
Type:
PackerThis instance.
Exceptions See Also