SerializationExtensions.ReadNullableUInt64(BinaryReader) Method

Definition

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.

Applies to