| UpdateStateToLongTextConverterConvert Method | 
            Returns a 
String representing a text message
            that corresponds to the specified state information.
            
 
Namespace: Kjs.AppLife.Update.Wpf.ConvertersAssembly: Kjs.AppLife.Update.Wpf (in Kjs.AppLife.Update.Wpf.dll) Version: 5.1.0.0 (5.1.0.0)
 Syntax
Syntaxpublic Object Convert(
	Object[] values,
	Type targetType,
	Object parameter,
	CultureInfo culture
)
Public Function Convert ( 
	values As Object(),
	targetType As Type,
	parameter As Object,
	culture As CultureInfo
) As Object
public:
virtual Object^ Convert(
	array<Object^>^ values, 
	Type^ targetType, 
	Object^ parameter, 
	CultureInfo^ culture
) sealed
abstract Convert : 
        values : Object[] * 
        targetType : Type * 
        parameter : Object * 
        culture : CultureInfo -> Object 
override Convert : 
        values : Object[] * 
        targetType : Type * 
        parameter : Object * 
        culture : CultureInfo -> Object Parameters
- values
- Type: SystemObject
 An array of three values that represent the following state information:- An UpdateState value that represents the general state of the control.
- A String that contains custom replacement text for the
            "ready to apply an update" state.
- A String that contains custom replacement text for the
            "no updates found" state.
 
- 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: 
ObjectA 
String representing the current state.
Implements
IMultiValueConverterConvert(Object, Type, Object, CultureInfo) See Also
See Also