TypeConverter.Parse(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parses the provided type string.
public Type Parse (string formatted);
member this.Parse : string -> Type
Public Function Parse (formatted As String) As Type
Parameters
- formatted
- String
The formatted type name.
Returns
The parsed type.
Exceptions
Unable to load the resulting type.