MultiValueConverter<T1, T2, T3, T4, T5, T6, T7, T8, TTarget>::Convert Method (array<Object^>^, Type^, Object^, CultureInfo^)
Visual Studio 2015
Converts the values.
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.
Show: