SystemTypeConverterBaseTPerformConvertFrom Method  | 
 
            Performs the ConvertFrom.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
Syntaxprotected virtual Object PerformConvertFrom(
	Object value
)
Protected Overridable Function PerformConvertFrom ( 
	value As Object
) As Object
Parameters
- value
 - Type: SystemObject
The value. 
Return Value
Type: 
Objectvalue converted to T
RemarksBy default it uses Convert.ChangeType to T. Value is guaranteed to be non-null
See Also