MultiValueConverter<T1,T2,T3,TTarget>.Convert Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Convert(Object[], Type, Object, CultureInfo) |
Microsoft internal use only. |
Convert(T1, T2, T3, Object, CultureInfo) |
Microsoft internal use only. |
Convert(Object[], Type, Object, CultureInfo)
Microsoft internal use only.
public:
override System::Object ^ Convert(cli::array <System::Object ^> ^ values, Type ^ targetType, System::Object ^ parameter, System::Globalization::CultureInfo ^ culture);
public override sealed object Convert (object[] values, Type targetType, object parameter, System.Globalization.CultureInfo culture);
override this.Convert : obj[] * Type * obj * System.Globalization.CultureInfo -> obj
Public Overrides NotOverridable Function Convert (values As Object(), targetType As Type, parameter As Object, culture As CultureInfo) As Object
Parameters
- values
- Object[]
- targetType
- Type
- parameter
- Object
- culture
- CultureInfo
Returns
Applies to
Convert(T1, T2, T3, Object, CultureInfo)
Microsoft internal use only.
protected:
virtual TTarget Convert(T1 value1, T2 value2, T3 value3, System::Object ^ parameter, System::Globalization::CultureInfo ^ culture);
protected virtual TTarget Convert (T1 value1, T2 value2, T3 value3, object parameter, System.Globalization.CultureInfo culture);
override this.Convert : 'T1 * 'T2 * 'T3 * obj * System.Globalization.CultureInfo -> 'arget
Protected Overridable Function Convert (value1 As T1, value2 As T2, value3 As T3, parameter As Object, culture As CultureInfo) As TTarget
Parameters
- value1
- T1
- value2
- T2
- value3
- T3
- parameter
- Object
- culture
- CultureInfo
Returns
TTarget