SerializationExtensions.ReadNullableUInt64(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 ulong? from reader
public:
[System::Runtime::CompilerServices::Extension]
static Nullable<System::UInt64> ReadNullableUInt64(System::IO::BinaryReader ^ reader);
public static ulong? ReadNullableUInt64 (this System.IO.BinaryReader reader);
static member ReadNullableUInt64 : System.IO.BinaryReader -> Nullable<uint64>
<Extension()>
Public Function ReadNullableUInt64 (reader As BinaryReader) As Nullable(Of ULong)
Parameters
- reader
- BinaryReader
The reader to read from
Returns
The nullable unsigned long.