DoubleDecimalConverterCreateInstance Method (ITypeDescriptorContext, IDictionary) | 
 
            Creates an instance of the Type that this 
TypeConverter is associated with (double)
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic override Object CreateInstance(
	ITypeDescriptorContext context,
	IDictionary propertyValues
)
Public Overrides Function CreateInstance ( 
	context As ITypeDescriptorContext,
	propertyValues As IDictionary
) As Object
Parameters
- context
 - Type: System.ComponentModelITypeDescriptorContext
ignored. - propertyValues
 - Type: System.CollectionsIDictionary
ignored. 
Return Value
Type: 
Object
            An 
Object of type double. It always returns 0.0 for this converter.
            
See Also