TypeConverter.Parse(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
分析所提供的类型字符串。
public Type Parse (string formatted);
member this.Parse : string -> Type
Public Function Parse (formatted As String) As Type
参数
- formatted
- String
带格式的类型名称。
返回
分析的类型。
例外
无法加载生成的类型。