TypeConverter.Parse(String) 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 Type Parse (string formatted);
member this.Parse : string -> Type
Public Function Parse (formatted As String) As Type
Paramètres
- formatted
- String
Nom du type mis en forme.
Retours
Type analysé.
Exceptions
Impossible de charger le type résultant.