Edit

Share via


TypeConverter.Parse(String) Method

Definition

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.

Applies to