Spread Windows Forms 13.0 Product Documentation
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Data Namespace / IValueConverter Interface / Convert Method


In This Topic
    Convert Method
    In This Topic
    Syntax
    'Declaration
     
    Function Convert( _
       ByVal value As Object, _
       ByVal targetType As Type, _
       ByVal parameter As Object _
    ) As Object
    'Usage
     
    Dim instance As IValueConverter
    Dim value As Object
    Dim targetType As Type
    Dim parameter As Object
    Dim value As Object
     
    value = instance.Convert(value, targetType, parameter)
    object Convert( 
       object value,
       Type targetType,
       object parameter
    )

    Parameters

    value
    targetType
    parameter
    See Also