SerializationExtensions.ReadNullableUInt32(BinaryReader) Method

Definition

Reads a uint? from reader

public:
[System::Runtime::CompilerServices::Extension]
 static Nullable<System::UInt32> ReadNullableUInt32(System::IO::BinaryReader ^ reader);
public static uint? ReadNullableUInt32 (this System.IO.BinaryReader reader);
static member ReadNullableUInt32 : System.IO.BinaryReader -> Nullable<uint32>
<Extension()>
Public Function ReadNullableUInt32 (reader As BinaryReader) As Nullable(Of UInteger)

Parameters

reader
BinaryReader

The reader to read from

Returns

The nullable unsigned int.

Applies to