IValueConverter Interface |
Interface for providing a reusable converter for binding values
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public interface IValueConverter
Public Interface IValueConverter
type IValueConverter = interface end
The IValueConverter type exposes the following members.
Methods
| Name | Description |
---|
| Convert |
Converts the value to the specified targetType |
| ConvertBack |
Converts the value to the specified targetType.
|
TopRemarks
This can be used with the Convert() method for a binding.
See Also