MultiValueConverter<T1,T2,T3,T4,T5,T6,T7,T8,T9,TTarget>.ConvertCore 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.
protected:
override TTarget ConvertCore(cli::array <System::Object ^> ^ values, Type ^ targetType, System::Object ^ parameter, System::Globalization::CultureInfo ^ culture);
protected override sealed TTarget ConvertCore (object[] values, Type targetType, object parameter, System.Globalization.CultureInfo culture);
override this.ConvertCore : obj[] * Type * obj * System.Globalization.CultureInfo -> 'arget
Protected Overrides NotOverridable Function ConvertCore (values As Object(), targetType As Type, parameter As Object, culture As CultureInfo) As TTarget
Parameters
- values
- Object[]
- targetType
- Type
- parameter
- Object
- culture
- CultureInfo
Returns
TTarget