MessagePackObject Conversion Operators |
Name | Description | |
---|---|---|
![]() ![]() | (MessagePackObject to Boolean) |
Convert this instance to Boolean instance.
|
![]() ![]() | (MessagePackObject to Byte) |
Convert this instance to Byte instance.
|
![]() ![]() | (MessagePackObject to SByte) |
Convert this instance to SByte instance.
|
![]() ![]() | (MessagePackObject to Int16) |
Convert this instance to Int16 instance.
|
![]() ![]() | (MessagePackObject to UInt16) |
Convert this instance to UInt16 instance.
|
![]() ![]() | (MessagePackObject to Int32) |
Convert this instance to Int32 instance.
|
![]() ![]() | (MessagePackObject to UInt32) |
Convert this instance to UInt32 instance.
|
![]() ![]() | (MessagePackObject to Int64) |
Convert this instance to Int64 instance.
|
![]() ![]() | (MessagePackObject to UInt64) |
Convert this instance to UInt64 instance.
|
![]() ![]() | (MessagePackObject to Single) |
Convert this instance to Single instance.
|
![]() ![]() | (MessagePackObject to Double) |
Convert this instance to Double instance.
|
![]() ![]() | (MessagePackObject to String) |
Convert this instance to String instance.
|
![]() ![]() | (MessagePackObject to Byte) |
Convert this instance to Byte[] instance.
|
![]() ![]() | (MessagePackObject to MessagePackExtendedTypeObject) |
Convert this instance to MessagePackExtendedTypeObject instance.
|