JsonQueryStringConverter.ConvertStringToValue(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.
Désérialise les paramètres d'une chaîne de requête JSON (JavaScript Object Notation) sur un type CLR (Common Language Runtime) spécifié.
public:
override System::Object ^ ConvertStringToValue(System::String ^ parameter, Type ^ parameterType);
public override object ConvertStringToValue (string parameter, Type parameterType);
override this.ConvertStringToValue : string * Type -> obj
Public Overrides Function ConvertStringToValue (parameter As String, parameterType As Type) As Object
Paramètres
- parameter
- String
Le formulaire JSON de la valeur de paramètre.
Retours
Une instance de type CLR en laquelle la valeur de paramètre a été convertie.