Method GetChar
GetChar(int)
Gets the character value of the specified column.
public char GetChar(int i)
Parameters
iintThe 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.