MultiValueConverterBase<TTarget>.ValidateConvertParameters Method (Object[], Type)

Visual Studio 2015
 

Validates the parameters passed to IMultiValueConverter.Convert.

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

protected bool ValidateConvertParameters(
	object[] values,
	Type targetType
)

Parameters

values
Type: System.Object[]

The values to convert.

targetType
Type: System.Type

The type to convert to.

Return Value

Type: System.Boolean

True if the conversion can continue, false if it cannot.

Return to top
Show: