Share via


IPrimitiveValueConverter.ConvertFromUnderlyingType(Object) Method

Definition

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

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

Parameters

value
Object

The given value of the CLR type.

Returns

The converted CLR value.

Applies to