MultiValueConverter<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TTarget>::Convert Method (array<Object^>^, Type^, Object^, CultureInfo^)

Visual Studio 2015
 

Converts the values.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
virtual Object^ Convert(
	array<Object^>^ values,
	Type^ targetType,
	Object^ parameter,
	CultureInfo^ culture
) override sealed

Parameters

values
Type: array<System::Object^>^

The values.

targetType
Type: System::Type^

The target type.

parameter
Type: System::Object^

The parameter.

culture
Type: System.Globalization::CultureInfo^

The culture.

Return Value

Type: System::Object^

Returns Object.

Return to top
Show: