IPrimitiveValueConverter.ConvertToUnderlyingType(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.