Persistate API documentation
Parse Method (input)
NamespacesPersistateComparatorParse(String)

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

Parses a string containing a textual representation of an Comparator.
Declaration Syntax
C#
public static Comparator Parse(
	string input
)
Parameters
input (String)
The string containing the textual representation.
Return Value
An Comparator which is the result of the parse, or _undefined_ if the parse fails.

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