Click or drag to resize
MessagePackObjectIsRaw Property
Get the value indicates whether this instance wraps raw binary (or string) or not.

Namespace: MsgPack
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public bool IsRaw { get; }

Property Value

Type: Boolean
This instance wraps raw binary (or string) then true.
See Also