Click or drag to resize
SystemTypeConverterBase<T>.ConvertFrom 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.1.0.0 (5.1.0)
Syntax
public override Object ConvertFrom(
	ITypeDescriptorContext context,
	CultureInfo culture,
	Object value
)

Parameters

context
Type: System.ComponentModel.ITypeDescriptorContext
Ignored
culture
Type: System.Globalization.CultureInfo
Ignored
value
Type: System.Object
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