ITypeConverter.TryParse(String, Type) 方法

定义

分析提供的类型。

public bool TryParse (string formatted, out Type type);
abstract member TryParse : string * Type -> bool
Public Function TryParse (formatted As String, ByRef type As Type) As Boolean

参数

formatted
String
type
Type

返回

适用于