Click or drag to resize

TypeToStringConverterConvertBack Method

Converts a value.

Namespace: RAYLASE.Marker.Common.GUI
Assembly: RAYLASE.Marker.Common (in RAYLASE.Marker.Common.dll) Version: 2.19.0
Syntax
C#
public Object ConvertBack(
	Object value,
	Type targetType,
	Object parameter,
	CultureInfo culture
)

Parameters

value  Object
The value that is produced by the binding target.
targetType  Type
The type to convert to.
parameter  Object
The converter parameter to use.
culture  CultureInfo
The culture to use in the converter.

Return Value

Object
A converted value. If the method returns , the valid null value is used.

Implements

IValueConverterConvertBack(Object, Type, Object, CultureInfo)
See Also