Intersoft ClientUI Documentation
ConvertBack Method (DocumentViewerLoadingStatusConverter)



The value that the binding target produces.
The array of types to convert to. The array length indicates the number and types of values that are suggested for the method to return.
The converter parameter to use.
The culture to use in the converter.
Converts a binding target value to the source binding values.
Syntax
Public Function ConvertBack( _
   ByVal value As Object, _
   ByVal targetTypes() As Type, _
   ByVal parameter As Object, _
   ByVal culture As CultureInfo _
) As Object()
Dim instance As DocumentViewerLoadingStatusConverter
Dim value As Object
Dim targetTypes() As Type
Dim parameter As Object
Dim culture As CultureInfo
Dim value() As Object
 
value = instance.ConvertBack(value, targetTypes, parameter, culture)
public object[] ConvertBack( 
   object value,
   Type[] targetTypes,
   object parameter,
   CultureInfo culture
)
public:
array<Object^>^ ConvertBack( 
   Object^ value,
   array<Type^>^ targetTypes,
   Object^ parameter,
   CultureInfo^ culture
) 

Parameters

value
The value that the binding target produces.
targetTypes
The array of types to convert to. The array length indicates the number and types of values that are suggested for the method to return.
parameter
The converter parameter to use.
culture
The culture to use in the converter.

Return Value

An array of values that have been converted from the target value back to the source values.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DocumentViewerLoadingStatusConverter Class
DocumentViewerLoadingStatusConverter Members

Send Feedback