IDataReader.ReadByte Method

Definition

Reads a byte value from the input stream.

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

Returns

Byte

byte

The value.

Applies to