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.12.0.0 (5.12.0)
Syntaxpublic override Object ConvertFrom(
ITypeDescriptorContext context,
CultureInfo culture,
Object value
)
Public Overrides Function ConvertFrom (
context As ITypeDescriptorContext,
culture As CultureInfo,
value As Object
) As Object
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.
ExceptionsException | Condition |
---|
NotSupportedException | The conversion could not be performed. |
See Also