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