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