ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / EomConstant Class / GetConvertedValue Method

In This Topic
    GetConvertedValue Method
    In This Topic
    Returns Value converted to the specified targetType, or null if converion is impossible.
    Syntax
    'Declaration
     
    Public Function GetConvertedValue( _
       ByVal targetType As System.Type _
    ) As System.Object
    public System.object GetConvertedValue( 
       System.Type targetType
    )

    Parameters

    targetType
    See Also