Method GetString
GetString(int)
Gets the string value of the specified field.
public string GetString(int i)
Parameters
i
intThe index of the field to find.
Returns
- string
The string value of the specified field.
Exceptions
- IndexOutOfRangeException
The index passed was outside the range of 0 through FieldCount.