IPrimitiveValueConverter.ConvertToUnderlyingType(Object) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Converte il valore primitivo specificato dal tipo CLR al tipo sottostante definito in una definizione di tipo.
public object ConvertToUnderlyingType (object value);
abstract member ConvertToUnderlyingType : obj -> obj
Public Function ConvertToUnderlyingType (value As Object) As Object
Parametri
- value
- Object
Valore CLR specificato.
Restituisce
Valore convertito del tipo sottostante.