SerializationExtensions.ReadNullableUInt32(BinaryReader) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.