ObjectPath.MapValueTo<T>(Object) 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.
Convertissez un objet générique en objet typé.
public static T MapValueTo<T> (object val);
static member MapValueTo : obj -> 'T
Public Shared Function MapValueTo(Of T) (val As Object) As T
Paramètres de type
- T
type vers lequel convertir.
Paramètres
- val
- Object
valeur à convertir.
Retours
T
valeur convertie.