[]
Converts a value.
T2 ConvertBack<T2>(T value, object parameter)
Function ConvertBack(Of T2)(value As T, parameter As Object) As T2
Type | Name | Description |
---|---|---|
T | value | The value that is produced by the binding target. |
object | parameter | The converter parameter to use. |
Type | Description |
---|---|
T2 | A converted value. If the method returns |
Name | Description |
---|---|
T2 | The type to convert to. |
The data binding engine calls this method when it propagates a value from the binding target to the binding source.