Method GetString
GetString(Int32)
Gets value of specified index as string.
Declaration
string GetString(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | Index of a column. |
Returns
Type | Description |
---|---|
System.String | String value on a specified column. |