MessagePackExtendedTypeObjectGetBody Method |
Gets a copy of the binary value portion of this object.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax Public Function GetBody As Byte()
public:
array<unsigned char>^ GetBody()
member GetBody : unit -> byte[]
Field Value
Type:
Byte
A copy of the binary value portion of this object. This value will not be null.
Return Value
Type:
Byte[Missing <returns> documentation for "M:MsgPack.MessagePackExtendedTypeObject.GetBody"]
See Also