Click or drag to resize

ItemIdListConverterConvertTo Method

Converts the ItemIdList into the destinationType.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public override Object ConvertTo(
	ITypeDescriptorContext context,
	CultureInfo culture,
	Object value,
	Type destinationType
)

Parameters

context
Type: System.ComponentModelITypeDescriptorContext
The context.
culture
Type: System.GlobalizationCultureInfo
The culture.
value
Type: SystemObject
The value to convert.
destinationType
Type: SystemType
Type of the destination.

Return Value

Type: Object
A destinationType typed object representing the converted ItemIdList.
See Also