[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Data.IValueConverter-1.ConvertBack

ConvertBack Method

ConvertBack<T2>(T, object)

Converts a value.

Declaration
T2 ConvertBack<T2>(T value, object parameter)
Function ConvertBack(Of T2)(value As T, parameter As Object) As T2
Parameters
Type Name Description
T value

The value that is produced by the binding target.

object parameter

The converter parameter to use.

Returns
Type Description
T2

A converted value. If the method returns null, the valid null value is used.

Type Parameters
Name Description
T2

The type to convert to.

Remarks

The data binding engine calls this method when it propagates a value from the binding target to the binding source.