ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / EomConstant Class / ConvertedValue Property

In This Topic
    ConvertedValue Property
    In This Topic
    Returns the Value converted to OperandType, in case when CanConvertValue returns true. If CanConvertValue is false then returns null.
    Syntax
    'Declaration
     
    Public ReadOnly Property ConvertedValue As System.Object
    public System.object ConvertedValue {get;}
    See Also