Get

Storage.Get<TValue> method

Gets the data from the storage.

public TValue Get<TValue>(string key)
ParameterTypeDescription
keyStringKey of the value.

Return Value

Data value if it is presented in the data collection, null otherwise.

See Also