Click or drag to resize
FileSizeToStringConverterConvertBack Method
Not supported.

Namespace: Kjs.AppLife.Update.Wpf.Converters
Assembly: Kjs.AppLife.Update.Wpf (in Kjs.AppLife.Update.Wpf.dll) Version: 5.1.0.0 (5.1.0.0)
Syntax
public Object ConvertBack(
	Object value,
	Type targetType,
	Object parameter,
	CultureInfo culture
)

Parameters

value
Type: SystemObject
This parameter is not used.
targetType
Type: SystemType
This parameter is not used.
parameter
Type: SystemObject
This parameter is not used.
culture
Type: System.GlobalizationCultureInfo
This parameter is not used.

Return Value

Type: Object
DoNothing

Implements

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