Click or drag to resize
PackerTryPackUInt32 Method
Try packs UInt32 value to current stream strictly.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
[CLSCompliantAttribute(false)]
protected bool TryPackUInt32(
	ulong value
)

Parameters

value
Type: SystemUInt64
Maybe UInt32 value.

Return Value

Type: Boolean
If value has be packed successfully then true, otherwise false (normally, larger type required).
See Also