UnpackerReadNullableSByte Method |
Reads next nullable
SByte value from current stream.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax [CLSCompliantAttribute(false)]
public virtual bool ReadNullableSByte(
out Nullable<sbyte> result
)
<CLSCompliantAttribute(false)>
Public Overridable Function ReadNullableSByte (
<OutAttribute> ByRef result As Nullable(Of SByte)
) As Boolean
public:
[CLSCompliantAttribute(false)]
virtual bool ReadNullableSByte(
[OutAttribute] Nullable<signed char>% result
)
[<CLSCompliantAttribute(false)>]
abstract ReadNullableSByte :
result : Nullable<sbyte> byref -> bool
[<CLSCompliantAttribute(false)>]
override ReadNullableSByte :
result : Nullable<sbyte> byref -> bool
Parameters
- result
- Type: SystemNullableSByte
[Missing <param name="result"/> documentation for "M:MsgPack.Unpacker.ReadNullableSByte(System.Nullable{System.SByte}@)"]
Return Value
Type:
Boolean
The nullable
SByte value read from current data source successfully.
Exceptions See Also