[]
Converts a value into a specified type.
public interface IValueConverter
Public Interface IValueConverter
| Name | Description |
|---|---|
| Convert(object, Type, object, CultureInfo) | Converts the specified value. |
| ConvertBack(object, Type, object, CultureInfo) | Converts back to the source type. |