Click or drag to resize

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

The IValueConverter type exposes the following members.

Methods
  NameDescription
Public methodConvert
Converts the value to the specified targetType
Public methodConvertBack
Converts the value to the specified targetType.
Top
Remarks
This can be used with the Convert() method for a binding.
See Also