Jaa


IPrimitiveValueConverter.ConvertToUnderlyingType(Object) Method

Definition

Converts the given primitive value from the CLR type to the underlying type defined in a type definition.

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

Parameters

value
Object

The given CLR value.

Returns

The converted value of the underlying type.

Applies to