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