Persistate API documentation
PropertyString Constructor (properties, separator)
NamespacesPersistate.UtilPropertyStringPropertyString(String, Char)

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

Creates a new PropertyString.
Declaration Syntax
C#
public PropertyString(
	string properties,
	char separator
)
Parameters
properties (String)
A string containing the property key value pairs. Each key and value may be surrounded by any amount of whitespace and this is removed.
separator (Char)
The character separating the key value pairs.

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