Persistate API documentation
Remove Method (key)
NamespacesPersistate.UtilPropertyStringRemove(String)

[This is preliminary documentation and is subject to change.]

Attempts to removes a key value pair from the PropertyString.
Declaration Syntax
C#
public bool Remove(
	string key
)
Parameters
key (String)
The key of the pair to remove.
Return Value
True if the key value pair was removed, false if the key was not in the PropertyString

Assembly: Persistate.Util (Module: Persistate.Util) Version: 0.6.1.20 (0.6.1.20)