IStorage.Key

IStorage.Key method

Returns the name of the nth key, or null if n is greater than or equal to the number of key/value pairs.

public String Key(long n)
ParameterTypeDescription
nInt64Number of storage item.

Return Value

Key String.

See Also