[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.ColumnValueConverter.Convert

Convert Method

Convert(object, Type, object, CultureInfo)

Converts data values into display values.

Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
Type Name Description
object value
Type targetType
object parameter
CultureInfo culture
Returns
Type Description
object
Implements