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