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