[This is preliminary documentation and is subject to change.]
Parses a string containing a textual representation of an Comparator.
| C# |
public static Comparator Parse( string input )
- input (String)
- The string containing the textual representation.
An Comparator which is the result of the parse, or _undefined_ if the parse fails.