IPrimitiveValueConverter.ConvertFromUnderlyingType(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 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.