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