Method GetChar
GetChar(int)
Gets the character value of the specified column.
public char GetChar(int i)
Parameters
i
intThe zero-based column ordinal.
Returns
- char
The character value of the specified column.
Exceptions
- IndexOutOfRangeException
The index passed was outside the range of 0 through FieldCount.