Click or drag to resize

ItemIdListConverterConvertTo Method

Converts the ItemIdList into the destinationType.

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

Parameters

context  ITypeDescriptorContext
The context.
culture  CultureInfo
The culture.
value  Object
The value to convert.
destinationType  Type
Type of the destination.

Return Value

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