IStorage.GetItem

IStorage.GetItem method

Returns the current value associated with the given key, or null if the given key does not exist.

public string GetItem(string key)
ParameterTypeDescription
keyStringItem key string.

Return Value

Item value string.

See Also