[]
Provides a way to apply custom logic to a binding.
public interface IValueConverter<T> : IValueConverter
Public Interface IValueConverter(Of T)
Inherits IValueConverter
Name | Description |
---|---|
T | The type to convert to. |
Name | Description |
---|---|
Convert(object, object) | Converts a value. |
ConvertBack<T2>(T, object) | Converts a value. |