ParserParse Method |
Name | Description | |
---|---|---|
ParseT(String) |
Will parse s into T, provided T has a Parse(string) or TryParse(string s, out T t) method defined, or is one of the magical
special cases we've implemented (including ICollection (comma delimited), Nullable and Enums).
| |
Parse(String, Type) |
Tries to parse a string into the type given
|