Click or drag to resize
ParserParse Method
Overload List
  NameDescription
Public methodStatic memberParseT(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).
Public methodStatic memberParse(String, Type)
Tries to parse a string into the type given
Top
See Also