Method GetString
GetString(int)
Retrieves a string that corresponds to the index passed as argument.
Declaration
public string GetString(int index)
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | Index that identifies the string to be retrieved. |
Returns
| Type | Description |
|---|---|
| string | A string that corresponds to the contents identified by the index passed as argument. |