TypeConverter.TryParse(String, Type) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
, .