Click or drag to resize

ItemIdListConverterConvertFrom Method

Converts the value into an ItemIdList.

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

Parameters

context  ITypeDescriptorContext
The context.
culture  CultureInfo
The culture.
value  Object
The value.

Return Value

Object
The ItemIdList created from the passed value.
See Also