Compartir a través de


ITypeConverter.TryParse(String, Type) Método

Definición

Analiza el tipo proporcionado.

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

Parámetros

formatted
String
type
Type

Devoluciones

Se aplica a