TypeConverter.Parse(String) 方法

定义

分析所提供的类型字符串。

public Type Parse (string formatted);
member this.Parse : string -> Type
Public Function Parse (formatted As String) As Type

参数

formatted
String

带格式的类型名称。

返回

分析的类型。

例外

无法加载生成的类型。

适用于