Method GetByte
GetByte(int)
Gets the 8-bit unsigned integer value of the specified column.
public byte GetByte(int i)
Parameters
i
intThe zero-based column ordinal.
Returns
- byte
The 8-bit unsigned integer value of the specified column.
Exceptions
- IndexOutOfRangeException
The index passed was outside the range of 0 through FieldCount.