MessagePackObjectIsRaw Property |
Get the value indicates whether this instance wraps raw binary (or string) or not.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public bool IsRaw { get; }
Public ReadOnly Property IsRaw As Boolean
Get
public:
property bool IsRaw {
bool get ();
}
member IsRaw : bool with get
Property Value
Type:
BooleanThis instance wraps raw binary (or string) then true.
See Also