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 column |
Returns
Type | Description |
---|---|
System.String | string value on specified column |