ValueToForegroundColorConverterGreen..::..Convert Method
Converts a value.
Namespace:
RingSoft.DataEntryControls.WPFAssembly: RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)
Syntax
public Object Convert( Object value, Type targetType, Object parameter, CultureInfo culture )
Public Function Convert ( _ value As Object, _ targetType As Type, _ parameter As Object, _ culture As CultureInfo _ ) As Object
public: Object^ Convert( Object^ value, Type^ targetType, Object^ parameter, CultureInfo^ culture )
Parameters
- value
- Type: Object
The value produced by the binding source.
- targetType
- Type: Type
The type of the binding target property.
- parameter
- Type: Object
The converter parameter to use.
- culture
- Type: CultureInfo
The culture to use in the converter.