ExpressionNode.ConvertFromString(String, 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.
Convertit la chaîne en objet de type spécifié. Le type doit être pris en charge. Non pris en chargeTypeException levée dans le cas contraire. Intercepte FormatException et lève TypeConversionException.
protected static object ConvertFromString(string stringObjType, string stringValue);
static member ConvertFromString : string * string -> obj
Protected Shared Function ConvertFromString (stringObjType As String, stringValue As String) As Object
Paramètres
- stringObjType
- String
- stringValue
- String