共用方式為


IPrimitiveValueConverter.ConvertToUnderlyingType(Object) 方法

定義

將指定的基本值從 CLR 型別轉換為型別定義中定義的基礎型別。

public object ConvertToUnderlyingType (object value);
abstract member ConvertToUnderlyingType : obj -> obj
Public Function ConvertToUnderlyingType (value As Object) As Object

參數

value
Object

指定的 CLR 值。

傳回

基礎型別的轉換值。

適用於