Click or drag to resize

ItemIdListConverter.ConvertFrom Method

Converts the value into an ItemIdList.

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

Parameters

context
Type: System.ComponentModel.ITypeDescriptorContext
The context.
culture
Type: System.Globalization.CultureInfo
The culture.
value
Type: System.Object
The value.

Return Value

Type: Object
The ItemIdList created from the passed value.
See Also