Click or drag to resize
ByteDecimalConverter.CreateInstance Method (ITypeDescriptorContext, IDictionary)
Creates an instance of the Type that this TypeConverter is associated with (byte)

Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public override Object CreateInstance(
	ITypeDescriptorContext context,
	IDictionary propertyValues
)

Parameters

context
Type: System.ComponentModel.ITypeDescriptorContext
ignored.
propertyValues
Type: System.Collections.IDictionary
ignored.

Return Value

Type: Object
An Object of type byte. It always returns 0 for this converter.
See Also