DataReader.ReadByte Method

Definition

Reads a byte value from the input stream.

public:
 virtual byte ReadByte() = ReadByte;
byte ReadByte();
public byte ReadByte();
function readByte()
Public Function ReadByte () As Byte

Returns

Byte

byte

The value.

Implements

Applies to