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

戻り値

適用対象