Method Remove
Remove(string, string)
Removes an
public bool Remove(string prefix, string key)
Parameters
prefixstringThe storage prefix/group containing the key to be removed.
keystringThe storage key to be removed.
Returns
- bool
True if an entry was removed, otherwise false.