SerializationExtensions.ReadNullableChar(BinaryReader) Method

Definition

Reads a char? from reader

public:
[System::Runtime::CompilerServices::Extension]
 static Nullable<char> ReadNullableChar(System::IO::BinaryReader ^ reader);
public static char? ReadNullableChar (this System.IO.BinaryReader reader);
static member ReadNullableChar : System.IO.BinaryReader -> Nullable<char>
<Extension()>
Public Function ReadNullableChar (reader As BinaryReader) As Nullable(Of Char)

Parameters

reader
BinaryReader

The reader to read from

Returns

The nullable char.

Applies to