Partager via


TypeConverter.TryParse(String, Type) Méthode

Définition

Analyse la chaîne de type fournie.

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

Paramètres

formatted
String

Nom du type mis en forme.

result
Type

Résultat.

Retours

true si le type a été analysé et chargé ; sinon false, .

S’applique à