Click or drag to resize
TimeSpanToEstimateStringConverterConvert Method
Converts a TimeSpan value to a String representing an estimate of the TimeSpan's elapsed time.

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 Convert(
	Object value,
	Type targetType,
	Object parameter,
	CultureInfo culture
)

Parameters

value
Type: SystemObject
The TimeSpan value to convert.
targetType
Type: SystemType
This parameter is not used.
parameter
Type: SystemObject
This parameter is not used.
culture
Type: System.GlobalizationCultureInfo
Culture information.

Return Value

Type: Object
A string in the form "~ <TIME>" where <TIME> is replaced by value.

Implements

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