MultiValueConverter<T1, T2, TTarget>::Convert Method (T1, T2, Object^, CultureInfo^)

 

Microsoft internal use only.

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

protected:
virtual TTarget Convert(
	T1 value1,
	T2 value2,
	Object^ parameter,
	CultureInfo^ culture
)

Parameters

value1
Type: T1
value2
Type: T2
parameter
Type: System::Object^
culture
Type: System.Globalization::CultureInfo^

Return Value

Type: TTarget
Return to top
Show: