Description:

Returns a key value at a given index.

Syntax:
public string GetKey(
int i
)
Parameters:
  • i
  • Type: int
  • The index.
Returns:
Type: string
The key if successful.
Available since:
6.0

Nothing found