Edit

Share via


ITypeConverter.TryParse(String, Type) Method

Definition

Parses the provided 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

Parameters

formatted
String
type
Type

Returns

Applies to