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