Click or drag to resize
SystemTypeConverterBaseTConvertFrom Method (ITypeDescriptorContext, CultureInfo, Object)
Converts the given object to the type of this converter.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public override Object ConvertFrom(
	ITypeDescriptorContext context,
	CultureInfo culture,
	Object value
)

Parameters

context
Type: System.ComponentModelITypeDescriptorContext
Ignored
culture
Type: System.GlobalizationCultureInfo
Ignored
value
Type: SystemObject
The Object to convert.

Return Value

Type: Object
An Object that represents the converted value, which is of type boolean.
Exceptions
ExceptionCondition
NotSupportedExceptionThe conversion could not be performed.
See Also