IPrimitiveValueConverter.ConvertFromUnderlyingType(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.
Convertit la valeur primitive donnée du type sous-jacent en type CLR défini dans une définition de type.
public object ConvertFromUnderlyingType (object value);
abstract member ConvertFromUnderlyingType : obj -> obj
Public Function ConvertFromUnderlyingType (value As Object) As Object
Paramètres
- value
- Object
Valeur donnée du type CLR.
Retours
Valeur CLR convertie.